From 27d137fa075a2a99af0afde61f283c548911ef09 Mon Sep 17 00:00:00 2001 From: Romane <122701716+rom-vtn@users.noreply.github.com> Date: Thu, 7 May 2026 18:29:59 +0200 Subject: [PATCH] maybe with no direct dir refs --- .gitea/workflows/build.yaml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1ed171f..9f51c0a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,21 +9,17 @@ jobs: - name: build html presentation working-directory: ./presentation uses: docker://marpteam/marp-cli:latest - run: | - MARP_USER="root:root" docker-entrypoint ./presentation.md --html --allow-local-files -o ./index.html --theme-set ./themes -- - #with: - # args: ./presentation.md --html --allow-local-files -o ./index.html --html --theme-set ./themes -- - #env: - # MARP_USER: root:root + with: + args: presentation.md --html --allow-local-files -o index.html --html --theme-set themes -- + env: + MARP_USER: root:root - name: build pdf presentation working-directory: ./presentation uses: docker://marpteam/marp-cli:latest - #with: - # args: ./presentation.md --html --allow-local-files -o ./presentation.pdf --theme-set ./themes -- - #env: - # MARP_USER: root:root - run: | - MARP_USER="root:root" docker-entrypoint ./presentation.md --html --allow-local-files -o ./presentation.pdf --theme-set ./themes -- + with: + args: presentation.md --html --allow-local-files -o presentation.pdf --theme-set themes -- + env: + MARP_USER: root:root - name: compress as zip run: | zip -r ../presentation.zip .