mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-06 20:10:56 +00:00
Move documentation-tools/ to documentation-generator/
This commit is contained in:
parent
813c91cfcf
commit
bbfae8c131
5 changed files with 3 additions and 4 deletions
5
.github/workflows/generate-documentation.yml
vendored
5
.github/workflows/generate-documentation.yml
vendored
|
@ -2,7 +2,7 @@ name: Generate documentation
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'documentation-tools/**'
|
||||
- 'documentation-generator/**'
|
||||
- DOCUMENTATION.md
|
||||
|
||||
jobs:
|
||||
|
@ -13,5 +13,4 @@ jobs:
|
|||
with:
|
||||
ref: gh-pages
|
||||
- name: Run generator
|
||||
run: documentation-tools/generate.py
|
||||
|
||||
run: documentation-generator/run.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue