Skip to content

Commit c0765d3

Browse files
committed
install marp first
1 parent f659946 commit c0765d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/render_slides.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
render:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
13+
14+
- name: Install Marp
15+
run: /home/linuxbrew/.linuxbrew/bin/brew install marp-cli
1316

1417
- name: Pull changes from main
1518
run: git pull origin main

0 commit comments

Comments
 (0)