Skip to content

Minor wording updates to the undefined behavior section (#14) #20

Minor wording updates to the undefined behavior section (#14)

Minor wording updates to the undefined behavior section (#14) #20

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
jobs:
build:
name: Build, Test and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4" mdbook)
- run: mdbook build && mdbook test
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book