We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd40208 commit 4db9cb2Copy full SHA for 4db9cb2
.github/workflows/docs.yml
@@ -37,8 +37,8 @@ jobs:
37
- name: Generate Docs (reference docs.rs)
38
run: |
39
cargo rustdoc -- --cfg docsrs -Z unstable-options $(cargo metadata --format-version 1 | jq --raw-output '.packages | map("--extern-html-root-url=\(.name)=https://docs.rs/\(.name)/\(.version)") | join(" ")')
40
- - uses: actions/upload-pages-artifact@v1
+ - uses: actions/upload-pages-artifact@v4
41
with:
42
path: 'target/doc'
43
- id: deployment
44
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v1
0 commit comments