Skip to content

Commit f32996e

Browse files
committed
undo
1 parent 2965c1a commit f32996e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,16 @@ jobs:
4545
restore-keys: |
4646
${{ runner.os }}-hugomod-
4747
48-
- name: Build
48+
- name: Build Pages
4949
run: hugo --minify
5050

51+
- name: Build Presentations
52+
uses: docker://marpteam/marp-cli:v1.7.0
53+
with:
54+
args: --no-browser-timeout content/CSCC01/C01_CI-CD.marp/index.marp.md -o docs/test.pdf
55+
env:
56+
MARP_USER: root:root
57+
5158
- name: Cleanup
5259
run: rm -rf content
5360

0 commit comments

Comments
 (0)