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 8efe7e1 commit 494670bCopy full SHA for 494670b
.github/workflows/docs.yml
@@ -94,6 +94,8 @@ jobs:
94
run: |
95
SIMICS_BASE="${HOME}/simics/simics-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}" RUSTDOCFLAGS="--enable-index-page -Zunstable-options" TSFFS_TESTS_SKIP_BUILD=1 cargo doc --document-private-items --workspace --no-deps
96
cp -a target/doc/ docs/book/html/crates/
97
+ env:
98
+ RUSTUP_TOOLCHAIN: nightly
99
100
- name: Set Documentation Permissions
101
0 commit comments