Skip to content

Merge pull request #857 from JPonte/webworker-overload #232

Merge pull request #857 from JPonte/webworker-overload

Merge pull request #857 from JPonte/webworker-overload #232

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/[email protected]
- name: Build
run: sbt readme/run
- name: Deploy
uses: JamesIves/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: readme/target/scalatex