Skip to content

Set up jekyll stuff? #3

Set up jekyll stuff?

Set up jekyll stuff? #3

Workflow file for this run

name: Release
on:
push:
branches: ["main"]
tags: ["*"]
jobs:
makesite:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
cache: sbt
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- run: sbt docs/publishMicrosite