Skip to content

Commit

Permalink
ci: fix dirty publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef authored Oct 9, 2024
1 parent 8446fd7 commit 6e97426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: |
cargo run -- --generate-markdown > HELP.md
cp HELP.md docs/pages/options.md
git add HELP.md
git add HELP.md docs/pages/options.md
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
git commit -m "Update HELP.md" || true
Expand Down

0 comments on commit 6e97426

Please sign in to comment.