Skip to content

Commit

Permalink
Merge branch 'aristanetworks:main' into tl-evpnvxlan-avd
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchv85 authored Dec 4, 2024
2 parents 2d2f95b + ba1af1c commit b465af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b465af8

Please sign in to comment.