Revert "(ci): deploy docs to docs branch"

This reverts commit 176aac67e6.
This commit is contained in:
Jethro Kuan
2020-05-13 19:39:12 +08:00
parent 176aac67e6
commit 36940e1eef

View File

@ -29,5 +29,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: docs # The branch the action should deploy to.
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: doc/org-roam # The folder the action should deploy.