Skip to content

Commit 96555ec

Browse files
committed
doc update
1 parent 8e15fc9 commit 96555ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ jobs:
129129
with:
130130
github_token: ${{ secrets.GITHUB_TOKEN }}
131131
publish_dir: ./deploy
132-
# Clean deployment each time to avoid stale files
133-
keep_files: false
132+
# Force clean deployment - creates orphan branch to remove ALL old files
133+
force_orphan: true
134134
commit_message: 'Deploy documentation from ${{ github.sha }}'

0 commit comments

Comments
 (0)