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 }}
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
#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