Skip to content

fix(deps): bump org.hibernate.validator:hibernate-validator from 8.0.2.Final to 9.0.0.Final #1597

fix(deps): bump org.hibernate.validator:hibernate-validator from 8.0.2.Final to 9.0.0.Final

fix(deps): bump org.hibernate.validator:hibernate-validator from 8.0.2.Final to 9.0.0.Final #1597

Workflow file for this run

# This workflow checks the documentation
name: TechDocs
on:
push:
branches:
- master
pull_request:
jobs:
publish-docs:
name: Build and publish docs
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
site:
- directory: ./
container:
image: spotify/techdocs:v1.2.6
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Check mkdocs
run: mkdocs --verbose build --clean
working-directory: ${{ matrix.site.directory }}