Skip to content

Commit

Permalink
Fix publish workflow (vercel#2681)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored Nov 14, 2022
1 parent 13ebba2 commit dcd7844
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 dcd7844

Please sign in to comment.