mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Import documentation
This commit is contained in:
parent
8387a4c33f
commit
b1af3de2d9
2 changed files with 2853 additions and 0 deletions
15
.github/workflows/generate-documentation.yml
vendored
Normal file
15
.github/workflows/generate-documentation.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Generate documentation
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- DOCUMENTATION.md
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
generate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: gh-pages
|
||||||
|
- name: Run generator
|
||||||
|
run: documentation-generator/run.py
|
2838
DOCUMENTATION.md
Normal file
2838
DOCUMENTATION.md
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue