diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4827387..4d937b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,20 +46,20 @@ jobs: toolchain: ${{ matrix.rust.toolchain }} command: make args: justrelease - build-book: - runs-on: ubuntu-latest - steps: - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - default: true - - name: Install mdbook crate - uses: actions-rs/install@v0.1 - with: - crate: mdbook - version: latest - use-tool-cache: true - - uses: actions/checkout@v2 - - name: Build the book - run: cd book && mdbook build \ No newline at end of file + #build-book: + # runs-on: ubuntu-latest + # steps: + # - uses: actions-rs/toolchain@v1 + # with: + # profile: minimal + # toolchain: stable + # default: true + # - name: Install mdbook crate + # uses: actions-rs/install@v0.1 + # with: + # crate: mdbook + # version: latest + # use-tool-cache: true + # - uses: actions/checkout@v2 + # - name: Build the book + # run: cd book && mdbook build