Skip to content

Bugfix: Escape reference to Automa in error function #48

Bugfix: Escape reference to Automa in error function

Bugfix: Escape reference to Automa in error function #48

Workflow file for this run

name: Documentation
on:
push:
pull_request:
jobs:
Documenter:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}