Skip to content

Merge pull request #824 from scala-js/dependabot/github_actions/James… #229

Merge pull request #824 from scala-js/dependabot/github_actions/James…

Merge pull request #824 from scala-js/dependabot/github_actions/James… #229

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