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 603ab3d commit 4d83b0bCopy full SHA for 4d83b0b
.github/workflows/main.yml
@@ -109,6 +109,11 @@ jobs:
109
runs-on: ubuntu-latest
110
steps:
111
- uses: actions/checkout@master
112
+ - name: Checkout rust-lang/rust
113
+ uses: actions/checkout@master
114
+ with:
115
+ repository: rust-lang/rust
116
+ path: rust
117
- name: Update rustup
118
run: rustup self update
119
- name: Install Rust
@@ -123,7 +128,8 @@ jobs:
123
128
echo "$(pwd)/bin" >> $GITHUB_PATH
124
129
- name: Build the book
125
130
env:
126
- SPEC_RELATIVE: 0
131
+ SPEC_RELATIVE: 0
132
+ SPEC_RUST_ROOT: ${{ github.workspace }}/rust
127
133
run: mdbook build --dest-dir dist/preview-${{ github.event.pull_request.number }}
134
- name: Upload artifact
135
uses: actions/upload-artifact@v4
0 commit comments