Skip to content

Commit

Permalink
Update publish-docs-rs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
X-oss-byte committed Jul 29, 2023
1 parent 9f7e89d commit 55583fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- run: rm -rf ./docs/docs.rs
- run: mkdir docs || true # || true to make sure exit code is 0 even if dir exists
- run: cp -r ./target/doc ./docs/docs.rs
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: git-auto-commit-action@v4
with:
commit_message: Update docs (${{ github.sha }})

0 comments on commit 55583fc

Please sign in to comment.