Keep files and dont force orphan
This commit is contained in:
4
.github/workflows/docs.yaml
vendored
4
.github/workflows/docs.yaml
vendored
@@ -43,5 +43,5 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/.vitepress/dist
|
||||
allow_empty_commit: true
|
||||
keep_files: false
|
||||
force_orphan: true
|
||||
keep_files: true
|
||||
force_orphan: false
|
||||
Reference in New Issue
Block a user