Skip to content

Merge pull request #858 from Quafadas/mathml #233

Merge pull request #858 from Quafadas/mathml

Merge pull request #858 from Quafadas/mathml #233

Workflow file for this run

name: Build and Deploy GhPages docs
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Scala
uses: japgolly/setup-everything-scala@v3.1
- name: Build
run: sbt readme/run
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: readme/target/scalatex