diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml index bf0c160..1eec498 100644 --- a/.github/workflows/publish-pages.yml +++ b/.github/workflows/publish-pages.yml @@ -57,14 +57,14 @@ jobs: && cp -R slides/assets/img site/slides/assets/img - name: Build HTML from Marp 🔨 - uses: docker://marpteam/marp-cli:v3.4.0 + uses: docker://ghcr.io/marp-team/marp-cli:v4.0.2 with: args: --theme-set ./assets/themes/ --html --input-dir slides/ -o site/slides/ env: MARP_USER: root:root - name: Build PDF from marp_slides.md 🔨 - uses: docker://marpteam/marp-cli:v3.4.0 + uses: docker://ghcr.io/marp-team/marp-cli:v4.0.2 with: args: --theme-set ./assets/themes/ --html --pdf --allow-local-files --input-dir slides/ -o site/pdfs/ env: