Skip to content

Commit

Permalink
Fix gh-pages workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devmannic authored Jul 3, 2022
1 parent 1c7dce2 commit bac776b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# RUSTDOCFLAGS: --cfg doc_cfg
# --all builds all crates, but with default features for other crates (okay in this case)
run: |
cargo doc ----no-deps --features runtime_typechecks
cargo doc --no-deps --features runtime_typechecks
cp utils/redirect.html target/doc/index.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit bac776b

Please sign in to comment.