Skip to content

Commit

Permalink
publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Tittelbach committed Dec 28, 2023
1 parent 0b823c0 commit 952855b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/marp-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Copy images
run: mkdir build && cp -R img build/img

- name: Marp Build (webpage)
uses: docker://marpteam/marp-cli:v2.5.0
uses: docker://marpteam/marp-cli:v3.4.0
with:
args: 37C3_lightningtalk_håck-mas-castle.md -o build/index.html
env:
MARP_USER: root:root

# - name: Marp Build (37C3_lightningtalk_håck-mas-castle.pdf)
# uses: docker://marpteam/marp-cli:v2.5.0
# uses: docker://marpteam/marp-cli:v3.4.0
# with:
# args: 37C3_lightningtalk_håck-mas-castle.md --pdf --allow-local-files -o build/37C3_lightningtalk_håck-mas-castle.pdf
# env:
Expand Down

0 comments on commit 952855b

Please sign in to comment.