Skip to content

Commit ae5e541

Browse files
committed
Install pandoc before generating release notes
1 parent 6701b3e commit ae5e541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Generate release notes
3232
run: |
3333
pip install pypandoc
34+
sudo apt-get install pandoc
3435
python scripts/gen-release-notes.py
3536
- name: GitHub Release
3637
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)