1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
Radicale/.github/workflows/generate-documentation.yml
2024-10-28 08:01:07 +01:00

16 lines
308 B
YAML

name: Generate documentation
on:
push:
paths:
- 'documentation-generator/**'
- redirect.json
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: gh-pages
- name: Run generator
run: documentation-generator/run.py