Skip to content

Commit

Permalink
fix forks workflow (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov authored Jan 13, 2025
1 parent 95cef9f commit ca61ac4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-pages-on-forks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: marp-and-mkdocs-to-pages
concurrency: marp-and-mkdocs-to-pages
name: forks_only_marp-and-mkdocs-to-pages-on
concurrency: forks_only_marp-and-mkdocs-to-pages
on:
push:
branches: [ '**' ]
Expand Down Expand Up @@ -62,14 +62,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 ca61ac4

Please sign in to comment.