Skip to content

Commit

Permalink
add pandoc install to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dylansdaniels committed Dec 12, 2024
1 parent 6363590 commit 9be5a46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install Pandoc
run: sudo apt-get update && sudo apt-get install -y pandoc

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 9be5a46

Please sign in to comment.