Skip to content

Commit

Permalink
Add mdpdf in .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Aug 8, 2024
1 parent 002e0aa commit 964e89b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install mdpdf -g
- name: Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 964e89b

Please sign in to comment.