We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0f080 commit a1405b8Copy full SHA for a1405b8
1 file changed
.github/workflows/release.yml
@@ -199,6 +199,6 @@ jobs:
199
200
git config user.name "github-actions[bot]"
201
git config user.email "github-actions[bot]@users.noreply.github.com"
202
- git add docs/
+ git add -f docs/
203
git diff --cached --quiet || git commit -m "chore: deploy ${{ github.ref_name }} to docs/ [skip ci]"
204
git push "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git" HEAD:main
0 commit comments