Skip to content

Update dependencies and improve build tool testing infrastructure, ad… #370

Update dependencies and improve build tool testing infrastructure, ad…

Update dependencies and improve build tool testing infrastructure, ad… #370

Workflow file for this run

name: Website
on:
push:
branches: [main]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
cache: 'sbt'
- run: sbt docs/docusaurusPublishGhpages
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}