We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e15fc9 commit 96555ecCopy full SHA for 96555ec
.github/workflows/deploy-docs.yml
@@ -129,6 +129,6 @@ jobs:
129
with:
130
github_token: ${{ secrets.GITHUB_TOKEN }}
131
publish_dir: ./deploy
132
- # Clean deployment each time to avoid stale files
133
- keep_files: false
+ # Force clean deployment - creates orphan branch to remove ALL old files
+ force_orphan: true
134
commit_message: 'Deploy documentation from ${{ github.sha }}'
0 commit comments