Force fresh docs page
parent
4a79b77b41
commit
05ef40aa94
|
@ -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
|
Loading…
Reference in New Issue