Skip to content

Commit 4db9cb2

Browse files
committed
fix-doc-workflow
1 parent fd40208 commit 4db9cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Generate Docs (reference docs.rs)
3838
run: |
3939
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
40+
- uses: actions/upload-pages-artifact@v4
4141
with:
4242
path: 'target/doc'
4343
- id: deployment
44-
uses: actions/deploy-pages@v4
44+
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)