mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-06 20:10:56 +00:00
Initial version of documentation generator
This commit is contained in:
parent
3f032e00b0
commit
b2c3f38766
12 changed files with 890 additions and 0 deletions
17
.github/workflows/generate-documentation.yml
vendored
Normal file
17
.github/workflows/generate-documentation.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Generate documentation
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'documentation-tools/**'
|
||||
- DOCUMENTATION.md
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: gh-pages
|
||||
- name: Run generator
|
||||
run: documentation-tools/generate.py
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue