This commit is contained in:
2025-05-26 11:18:36 +02:00
parent 23173a2203
commit 31c2efa92a

View File

@ -35,16 +35,7 @@ jobs:
python3 pmodules_tools/pmodules_tools.py --db-check
# render all files in doc and its sub-directories with extension .adoc to HTML
>
asciidoctor -a data-uri \
-a reproducible \
-a icons=font \
-a source-highlighter=Pygments \
-a experimental \
-a stylesheet=./stylesheets/readthedocs.css \
-D public \
-R doc '**/*.adoc'
>
asciidoctor -a data-uri -a reproducible -a icons=font -a source-highlighter=Pygments -a experimental -a stylesheet=./stylesheets/readthedocs.css -D public -R doc '**/*.adoc'
- name: Configure Git
run: |