Skip to content

Update sbt-scalafmt to 2.5.1 (#314) #240

Update sbt-scalafmt to 2.5.1 (#314)

Update sbt-scalafmt to 2.5.1 (#314) #240

Workflow file for this run

name: Website
on:
push:
branches:
- 'main'
release:
types:
- published
jobs:
publish:
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.6.0
with:
fetch-depth: '0'
- name: Setup Java
uses: actions/setup-java@v3.12.0
with:
distribution: temurin
java-version: 17
check-latest: true
- name: Publish the site
run: ./sbt docs/docusaurusPublishGhpages
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}