Skip to content

Update sbt to 1.9.8 (#151) #117

Update sbt to 1.9.8 (#151)

Update sbt to 1.9.8 (#151) #117

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.0.0
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 }}