(ci): run doc build commands directly (#621)

This commit is contained in:
Jethro Kuan
2020-05-13 19:35:48 +08:00
committed by GitHub
parent 232921b9a1
commit 376ff71616

View File

@ -20,7 +20,10 @@ jobs:
- name: Build docs - name: Build docs
continue-on-error: false continue-on-error: false
run: make html run: |
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