chore(deps): lock file maintenance #30
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |