(ci): deploy docs to docs branch

This commit is contained in:
Jethro Kuan
2020-05-13 19:36:36 +08:00
parent 376ff71616
commit 176aac67e6

View File

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