Skip to content

chore(deps): update scalafmt to v3.9.9 (#284) #252

chore(deps): update scalafmt to v3.9.9 (#284)

chore(deps): update scalafmt to v3.9.9 (#284) #252

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.7.1
with:
distribution: temurin
java-version: 17
check-latest: true
- name: Deploy to GitHub Pages
run: ./sbt docs/docusaurusPublishGhpages
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}