Skip to content

Commit 7a6f5b7

Browse files
committed
action requires pandoc
1 parent f629039 commit 7a6f5b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/make.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
uses: actions/checkout@v4
1111
with:
1212
token: ${{ secrets.ACTION_TOKEN }}
13+
- name: Install pandoc
14+
run: |
15+
sudo apt-get update
16+
sudo apt-get install -y pandoc
1317
- name: Make docs
1418
run: make all
1519
- name: Commit and push changes

0 commit comments

Comments
 (0)