feat: remove variant as behavioral gate, recursive implementations, scoped two-phase traversal #28
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
| name: Build Docs | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| paths: | |
| - "docs/**" | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - "docs/**" | |
| jobs: | |
| build: | |
| uses: reqstool/.github/.github/workflows/build-docs.yml@main |