Files
archived-github/workflow-templates/documentation.yml
Grégoire Paris 1f5dd0d270 Implement documentation action
I did not make anything configurable because the right versions to use
depend more on doctrine/doctrine-website than on the consuming project
itself.
2024-09-28 13:44:56 +02:00

22 lines
394 B
YAML

name: "Documentation"
on:
pull_request:
branches:
- "*.x"
paths:
- ".github/workflows/documentation.yml"
- "docs/**"
push:
branches:
- "*.x"
paths:
- ".github/workflows/documentation.yml"
- "docs/**"
jobs:
documentation:
name: "Documentation"
uses: "doctrine/.github/.github/workflows/documentation.yml@use_a_valid_ref_here"