Force fresh docs page

master
Daniel Lovell 2024-10-02 01:41:09 -07:00
parent 4a79b77b41
commit 05ef40aa94
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v4 uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/.vuepress/dist publish_dir: ./docs/.vitepress/dist
allow_empty_commit: true allow_empty_commit: true
keep_files: true keep_files: false
force_orphan: false force_orphan: true