Skip to content

chore(deps-dev): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1 #1114

chore(deps-dev): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1

chore(deps-dev): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1 #1114

Workflow file for this run

name: build-docs
on:
pull_request:
branches: [main]
merge_group:
branches: [main]
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Validate static site
run: |
test -f docs/index.html || (echo "Missing docs/index.html" && exit 1)
test -f docs/.nojekyll || (echo "Missing docs/.nojekyll" && exit 1)
test -f docs/docs/playground/index.html || (echo "Missing docs/docs/playground/index.html" && exit 1)
echo "Static site validation passed."