Skip to content

docs: Update book to sylvia 1.1.0 #17

docs: Update book to sylvia 1.1.0

docs: Update book to sylvia 1.1.0 #17

Workflow file for this run

name: Verify
on:
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install mdbook
run: |
mkdir mdbook
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.14/mdbook-v0.4.14-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install mdbook-yapp
uses: actions-rs/cargo@v1
with:
command: install
args: mdbook-yapp
- name: Deploy GitHub Pages
run: mdbook build