Skip to content

Commit

Permalink
git force add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
weisrc committed May 28, 2024
1 parent cc66b4e commit 2bf5431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
MESSAGE: ${{ github.event.head_commit.message }}
run: |
git add .
git add -f docs
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -m "$MESSAGE"
Expand Down

0 comments on commit 2bf5431

Please sign in to comment.