diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index bf391c51..dc18ee72 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -30,14 +30,6 @@ jobs: with: node-version: 22 - # - name: Use Rust stable - # uses: actions-rs/toolchain@v1 - # with: - # toolchain: stable - - # - name: Compile rust crate - # run: cd docs && cargo build --manifest-path ../rust/Cargo.toml - - name: Build sphinx docs run: make html