Skip to content

chore(deps): update dependency @antora/site-generator to v3.1.14 #9

chore(deps): update dependency @antora/site-generator to v3.1.14

chore(deps): update dependency @antora/site-generator to v3.1.14 #9

Workflow file for this run

# GitHub Actions Workflow: Check Antora Documentation Build
# Validates that the documentation site builds successfully on PRs and Renovate branches.
# Does not deploy - only verifies the build works.
name: Check Antora Build
on:
pull_request:
push:
branches:
- 'renovate/**'
jobs:
check:
name: Build documentation site
uses: ./.github/workflows/build-antora.yml