We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587ea85 commit e599262Copy full SHA for e599262
.github/workflows/marp-pages.yml
@@ -34,14 +34,14 @@ jobs:
34
cp -R slides/themes build/themes
35
36
- name: Marp Build (HTML)
37
- uses: docker://marpteam/marp-cli:v4
+ uses: docker://marpteam/marp-cli:latest
38
with:
39
args: --theme-set slides/themes -o build/index.html --html -- slides/Slides.md
40
env:
41
MARP_USER: root:root
42
43
- name: Marp Build (PDF)
44
45
46
args: --theme-set slides/themes -o build/Slides.pdf --html --allow-local-files -- slides/Slides.md
47
0 commit comments