Skip to content

Commit

Permalink
check if marmaid is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
FacuDeLorenzo committed Aug 16, 2024
1 parent 081f1ed commit 2dad1ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
npm install -g @mermaid-js/mermaid-cli
pip install pandoc-mermaid-filter
- name: Check pandoc-mermaid-filter installation
run: which pandoc-mermaid-filter

- name: Convert Markdown to PDF
run: |
for file in $(find . -name '*.md'); do
Expand Down

0 comments on commit 2dad1ef

Please sign in to comment.