diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0023c37..627dcd4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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. diff --git a/Makefile b/Makefile index 0f0d3db..cc0e573 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ docs: @$(MAKE) -C doc all html: - @$(MAKE) -C doc html + @$(MAKE) -C doc html-dir install: install-docs