Skip to content

Diff: refactor, move static methods to companion #109

Diff: refactor, move static methods to companion

Diff: refactor, move static methods to companion #109

name: Release website
on:
push:
branches: [main]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
cache: sbt
- uses: sbt/setup-sbt@v1
- run: git fetch --unshallow
- name: Publish website for ${{ github.ref }}
run: |
sbt docs/docusaurusPublishGhpages
env:
GIT_USER: [email protected]
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }}