Skip to content

Fiddly bits with how to write case clauses for the infinite bar end p… #98

Fiddly bits with how to write case clauses for the infinite bar end p…

Fiddly bits with how to write case clauses for the infinite bar end p… #98

Workflow file for this run

name: Docs
on:
push:
branches:
- scala
jobs:
docs:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/gh-pages' && github.ref != 'gh-pages'
steps:
- uses: actions/checkout@v3
- uses: ts-graphviz/setup-graphviz@v2
- name: Compile and publish docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sbt makeSite debug ghpagesPushSite