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