Skip to content

Commit

Permalink
ci(publish): publishing on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed May 4, 2023
1 parent 7ff0769 commit 1ed1236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
profile: minimal

- name: Create rustdoc
run: cargo doc --verbose --no-deps --lib --bins --workspace --document-private-items
run: cargo +nightly doc --verbose --no-deps --lib --bins --workspace --document-private-items

- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.8
Expand Down

0 comments on commit 1ed1236

Please sign in to comment.