Force fresh docs page
This commit is contained in:
6
.github/workflows/docs.yaml
vendored
6
.github/workflows/docs.yaml
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user