prevent building the book

we might restore this later, but for now, no book.
This commit is contained in:
Lokathor 2021-02-23 00:16:37 -07:00 committed by GitHub
parent 79099d807b
commit a1e1b4d320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,20 +46,20 @@ jobs:
toolchain: ${{ matrix.rust.toolchain }} toolchain: ${{ matrix.rust.toolchain }}
command: make command: make
args: justrelease args: justrelease
build-book: #build-book:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- uses: actions-rs/toolchain@v1 # - uses: actions-rs/toolchain@v1
with: # with:
profile: minimal # profile: minimal
toolchain: stable # toolchain: stable
default: true # default: true
- name: Install mdbook crate # - name: Install mdbook crate
uses: actions-rs/install@v0.1 # uses: actions-rs/install@v0.1
with: # with:
crate: mdbook # crate: mdbook
version: latest # version: latest
use-tool-cache: true # use-tool-cache: true
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
- name: Build the book # - name: Build the book
run: cd book && mdbook build # run: cd book && mdbook build