Skip to content

Commit

Permalink
build(ci): set keep_files to false
Browse files Browse the repository at this point in the history
This will ensure that  the files in gh-pages branch will be deleted before copying the new files.
  • Loading branch information
mostaphaRoudsari committed Dec 3, 2020
1 parent c375c28 commit 3dca241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
# this will use ladybugbot token
personal_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: docs/_build/
keep_files: false

0 comments on commit 3dca241

Please sign in to comment.