Keep files and dont force orphan

master
Daniel Lovell 2024-10-02 01:41:40 -07:00
parent 05ef40aa94
commit aba01e9a4e
1 changed files with 2 additions and 2 deletions

View File

@ -43,5 +43,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/.vitepress/dist publish_dir: ./docs/.vitepress/dist
allow_empty_commit: true allow_empty_commit: true
keep_files: false keep_files: true
force_orphan: true force_orphan: false