Skip to content

Commit b46e7ed

Browse files
Merge pull request #3391 from peilun-conflux/fix_doc
Fix Deploy Docs workflow nightly toolchain version
2 parents d95c6c5 + 9aab46f commit b46e7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CMAKE_POLICY_VERSION_MINIMUM: 3.5
3535
RUSTDOCFLAGS: "--enable-index-page -Z unstable-options"
3636
run: |
37-
rustup default nightly-2025-02-01 && cargo +nightly-2025-02-01 doc --no-deps
37+
rustup default nightly-2025-10-01 && cargo +nightly-2025-10-01 doc --no-deps
3838
3939
- name: Deploy
4040
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)