(ci): move images to the correct location

This commit is contained in:
Jethro Kuan
2020-05-13 19:54:08 +08:00
parent 1c7c5b3b9b
commit 5a9f765a49
2 changed files with 2 additions and 4 deletions

View File

@ -20,10 +20,7 @@ jobs:
- name: Build docs - name: Build docs
continue-on-error: false continue-on-error: false
run: | run: make html
cd doc
makeinfo --html org-roam.texi
mv org-roam manual
- name: Deploy 🚀 - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3 uses: JamesIves/github-pages-deploy-action@releases/v3

View File

@ -30,6 +30,7 @@ html-dir:
@printf "Generating org-roam/*.html\n" @printf "Generating org-roam/*.html\n"
@$(MAKEINFO) --html org-roam.texi @$(MAKEINFO) --html org-roam.texi
mv org-roam manual mv org-roam manual
cp images manual
%.pdf: %.texi %.pdf: %.texi
@printf "Generating $@\n" @printf "Generating $@\n"