From a1e1b4d320f7a2ecf7e37c6c7f6bb29175a0d0db Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 23 Feb 2021 00:16:37 -0700 Subject: [PATCH] prevent building the book we might restore this later, but for now, no book. --- .github/workflows/ci.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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