Skip to content

Commit bcef617

Browse files
authored
Merge pull request #3222 from adumesny/master
doc update
2 parents 8e15fc9 + 96555ec commit bcef617

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)