Skip to content

Commit

Permalink
We need to install pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
brettviren committed Oct 25, 2024
1 parent 2dd9a22 commit d93cfea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
- name: Print job info
run: echo "This job was automatically triggered by a ${{ github.event_name }} event. It is now running on a ${{ runner.os }} server hosted by GitHub! The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."

- name: Install pandoc
run: sudo apt-get install -y pandoc

- name: Setup python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit d93cfea

Please sign in to comment.