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 c6ec4d4 commit bfb3319Copy full SHA for bfb3319
.github/workflows/build-docs.yml
@@ -49,7 +49,7 @@ jobs:
49
path: ~/.cargo
50
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
51
- name: Install uv
52
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
53
with:
54
enable-cache: true
55
cache-dependency-glob: "uv.lock"
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
- run: uvx nox -s docs-rs
85
- name: upload rustdoc build as artifact
86
uses: actions/upload-artifact@v4
0 commit comments