(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
continue-on-error: false
run: |
cd doc
makeinfo --html org-roam.texi
mv org-roam manual
run: make html
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3

View File

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