Skip to content

Add draft notes from today's CoP meeting #80

Add draft notes from today's CoP meeting

Add draft notes from today's CoP meeting #80

Workflow file for this run

# Build, but do not deploy, the book on all branches except `master`.
name: Build
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install mdbook
run: |
make install
echo $(pwd)/mdbook >> $GITHUB_PATH
- name: Build the book
run: |
mdbook build