From 2dad1ef071157159eda27eaeabb80b4ff83e4451 Mon Sep 17 00:00:00 2001 From: Facundo De Lorenzo Date: Fri, 16 Aug 2024 17:47:17 -0300 Subject: [PATCH] check if marmaid is installed --- .github/workflows/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8a17725..a07ddad 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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