From 97e7280e2481171900cfb3c4ad4d2a595d86befe Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Sun, 1 Oct 2023 16:04:13 +0000 Subject: [PATCH] updated workflow --- .github/workflows/marp-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/marp-pages.yml b/.github/workflows/marp-pages.yml index c8dad17..09634e9 100644 --- a/.github/workflows/marp-pages.yml +++ b/.github/workflows/marp-pages.yml @@ -27,12 +27,12 @@ jobs: steps: - uses: actions/checkout@v3 - name: Copy images - run: mkdir build && cp -R slides/img build/img + run: mkdir build && cp -R slides/img build/img && cp -R slides/themes build/themes - name: Marp Build (README) - uses: docker://marpteam/marp-cli:v1.7.0 + uses: docker://marpteam/marp-cli:v2.5.0 with: - args: slides/Slides.md -o build/index.html --html + args: --theme-set slides/themes -o build/index.html --html -- slides/Slides.md env: MARP_USER: root:root - name: Setup Pages