(ci): build the correct folder, clean builds

This commit is contained in:
Jethro Kuan
2020-05-13 19:43:36 +08:00
parent 36940e1eef
commit 4266a81b51

View File

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