mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 22:57:36 +03: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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'documentation-tools/**'
|
- 'documentation-generator/**'
|
||||||
- DOCUMENTATION.md
|
- DOCUMENTATION.md
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -13,5 +13,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: gh-pages
|
ref: gh-pages
|
||||||
- name: Run generator
|
- name: Run generator
|
||||||
run: documentation-tools/generate.py
|
run: documentation-generator/run.py
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ import json
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from generate import SHIFT_HEADING
|
from run import SHIFT_HEADING
|
||||||
|
|
||||||
|
|
||||||
def text_content(content):
|
def text_content(content):
|
Loading…
Add table
Add a link
Reference in a new issue