Skip to content

Shake off the dust

Shake off the dust #78

Workflow file for this run

name: publish docs
on:
push:
branches:
- master
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://asciidoctor/docker-asciidoctor
with:
args: make docs
- uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.GH_PAT }}
BRANCH: gh-pages
FOLDER: target/docs