Skip to content

Commit

Permalink
(ci): make multi-page manual (org-roam#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrokuan authored May 13, 2020
1 parent 5e63bf3 commit e44b84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ docs:
@$(MAKE) -C doc all

html:
@$(MAKE) -C doc html
@$(MAKE) -C doc html-dir

install: install-docs

Expand Down

0 comments on commit e44b84b

Please sign in to comment.