mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +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 }}
|
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
|
||||||
|
|
Loading…
Reference in a new issue