Skip to content

Commit

Permalink
Merge d740eaf into f95d317
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored Nov 13, 2022
2 parents f95d317 + d740eaf commit 0a4f9a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
path: ./target/doc
- run: ls -a
- 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
with:
Expand Down

0 comments on commit 0a4f9a5

Please sign in to comment.