Skip to content

Instantly share code, notes, and snippets.

@LukeMathWalker
Created May 16, 2020 14:25
Show Gist options
  • Save LukeMathWalker/a271afeb728c4c6a6477b4b868c98299 to your computer and use it in GitHub Desktop.
Save LukeMathWalker/a271afeb728c4c6a6477b4b868c98299 to your computer and use it in GitHub Desktop.
name: CI
on:
push
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
- run: mdbook build
- run: mdbook test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment