diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3801a96..06aad82 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - name: Build docs run: | + export RUSTC=$(rustup which rustc) cargo run - run: | cd target && mdbook build