Skip to content

Commit d1c33ec

Browse files
committed
install marp first
1 parent f659946 commit d1c33ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/render_slides.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v1
1313

14+
- name: Install Marp
15+
run: /home/linuxbrew/.linuxbrew/bin/brew install marp-cli
16+
1417
- name: Pull changes from main
1518
run: git pull origin main
1619

0 commit comments

Comments
 (0)