mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
prevent building the book
we might restore this later, but for now, no book.
This commit is contained in:
parent
79099d807b
commit
a1e1b4d320
34
.github/workflows/ci.yaml
vendored
34
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue