Skip to content

Commit e599262

Browse files
codebytesCopilot
andcommitted
Use marp-cli:latest instead of pinned v4
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 587ea85 commit e599262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/marp-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
cp -R slides/themes build/themes
3535
3636
- name: Marp Build (HTML)
37-
uses: docker://marpteam/marp-cli:v4
37+
uses: docker://marpteam/marp-cli:latest
3838
with:
3939
args: --theme-set slides/themes -o build/index.html --html -- slides/Slides.md
4040
env:
4141
MARP_USER: root:root
4242

4343
- name: Marp Build (PDF)
44-
uses: docker://marpteam/marp-cli:v4
44+
uses: docker://marpteam/marp-cli:latest
4545
with:
4646
args: --theme-set slides/themes -o build/Slides.pdf --html --allow-local-files -- slides/Slides.md
4747
env:

0 commit comments

Comments
 (0)