Skip to content

Commit 73ac79d

Browse files
committed
install marp first
1 parent f659946 commit 73ac79d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/render_slides.yml

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

14+
- name: Add Homebrew
15+
run: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
16+
17+
- name: Install Marp
18+
run: brew install marp-cli
19+
1420
- name: Pull changes from main
1521
run: git pull origin main
1622

0 commit comments

Comments
 (0)