Skip to content

Commit 25bdb62

Browse files
committed
install marp first
1 parent f659946 commit 25bdb62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/render_slides.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
render:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
1313

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

1717
- name: Render all slides
1818
run: python render_slides.py

0 commit comments

Comments
 (0)