1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-06 21:30:48 +00:00
Radicale/.github/workflows/generate-documentation.yml
2021-12-01 22:48:51 +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@v2
with:
ref: gh-pages
- name: Run generator
run: documentation-generator/run.py