Skip to content

Commit

Permalink
padoc was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
brown9804 authored Jan 13, 2025
1 parent 1c5a722 commit 9345bb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/md-html-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- name: Install dependencies
run: npm install

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

- name: Convert Markdown to HTML
run: |
Expand Down

0 comments on commit 9345bb0

Please sign in to comment.