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 2dad1ef commit 1f3787a
Show file tree
Hide file tree
Showing 2 changed files with 938 additions and 41 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Install pandoc and mermaid-filter
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install pandoc and dependencies
run: |
sudo apt-get install -y pandoc texlive-xetex
npm install -g @mermaid-js/mermaid-cli
pip install pandoc-mermaid-filter
- name: Check pandoc-mermaid-filter installation
Expand All @@ -34,4 +38,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: converted-pdfs
path: '**/*.pdf'
path: '**/*.pdf'
Loading

0 comments on commit 1f3787a

Please sign in to comment.