Skip to content

Remove some over the top exclamations #16

Remove some over the top exclamations

Remove some over the top exclamations #16

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
book:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- name: Install mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
- name: Build book
run: mdbook build
- name: Copy CNAME
run: cp CNAME ./book/.
- name: Publish book
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book