Skip to content

Commit a1405b8

Browse files
committed
fix for deploy
1 parent ee0f080 commit a1405b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,6 @@ jobs:
199199
200200
git config user.name "github-actions[bot]"
201201
git config user.email "github-actions[bot]@users.noreply.github.com"
202-
git add docs/
202+
git add -f docs/
203203
git diff --cached --quiet || git commit -m "chore: deploy ${{ github.ref_name }} to docs/ [skip ci]"
204204
git push "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git" HEAD:main

0 commit comments

Comments
 (0)