mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(ci): move images to the correct location
This commit is contained in:
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
@ -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
|
||||||
|
@ -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"
|
||||||
|
Reference in New Issue
Block a user