From 31c2efa92a1b0f7388f7026341c7cdeb4eab04f3 Mon Sep 17 00:00:00 2001 From: germann_e Date: Mon, 26 May 2025 11:18:36 +0200 Subject: [PATCH] Test --- .gitea/workflows/pmodules_check.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitea/workflows/pmodules_check.yml b/.gitea/workflows/pmodules_check.yml index 2e45abac..b5bde014 100644 --- a/.gitea/workflows/pmodules_check.yml +++ b/.gitea/workflows/pmodules_check.yml @@ -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: |