Skip to content

Commit

Permalink
Fix MDPDF version in .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Aug 16, 2024
1 parent c578f3e commit ab12bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install mdpdf -g
- run: npm install -g git+https://github.com/elliotblackburn/mdpdf.git#3.0.4
- name: Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit ab12bb4

Please sign in to comment.