(ci): make multi-page manual (#618)

This commit is contained in:
Jethro Kuan 2020-05-13 18:56:42 +08:00 committed by GitHub
parent 5e63bf32ed
commit e44b84b791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -27,4 +27,4 @@ jobs:
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: doc # The folder the action should deploy.
FOLDER: doc/org-roam # The folder the action should deploy.

View file

@ -59,7 +59,7 @@ docs:
@$(MAKE) -C doc all
html:
@$(MAKE) -C doc html
@$(MAKE) -C doc html-dir
install: install-docs