Skip to content

Update flyway-core, ... to 10.15.0 #1962

Update flyway-core, ... to 10.15.0

Update flyway-core, ... to 10.15.0 #1962

Workflow file for this run

name: Check Website
on:
pull_request:
branches:
- "current-docs"
- "master"
jobs:
check-website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v27
- name: Set current version
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
- name: Build website (${{ env.DOCSPELL_VERSION }})
run: nix develop .#ci --command sbt make-website