mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
15 lines
276 B
YAML
15 lines
276 B
YAML
name: Generate documentation
|
|
on:
|
|
push:
|
|
paths:
|
|
- DOCUMENTATION.md
|
|
|
|
jobs:
|
|
generate:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
ref: gh-pages
|
|
- name: Run generator
|
|
run: documentation-generator/run.py
|