Skip to content

Update zio, zio-test, zio-test-sbt to 2.0.22 (#416) #335

Update zio, zio-test, zio-test-sbt to 2.0.22 (#416)

Update zio, zio-test, zio-test-sbt to 2.0.22 (#416) #335

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@v4.1.1
with:
fetch-depth: '0'
- name: Setup Java
uses: actions/setup-java@v4.2.1
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 }}