Skip to content

Commit 704e168

Browse files
install pandoc
1 parent 426e74d commit 704e168

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-article-from-issue.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
--no-install-recommends
2727
- run: chromium-browser --version
2828

29+
- name: Install pandoc
30+
run: |
31+
sudo apt-get install -y pandoc
32+
2933
- name: pipenv install
3034
run: |
3135
pip install pipenv

0 commit comments

Comments
 (0)