Skip to content

Commit

Permalink
Use marp-cli v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumayaMauthoorMOJ authored Oct 7, 2024
1 parent a8def8d commit 989064f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
run: wget https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/themes/moj.css

- name: Marp Build (Investigations)
run: npx @marp-team/marp-cli@latest ./build --html --theme moj.css
run: npx @marp-team/marp-cli@3.4.0 ./build --html --theme moj.css

- name: Copy mission statement images directory
run: cp -R mission_statement/images build/images

- name: Marp Build (Mission statement)
run: |
npx @marp-team/marp-cli@latest mission_statement/README.md \
npx @marp-team/marp-cli@3.4.0 mission_statement/README.md \
-o build/index.html --theme moj.css --html
- name: Setup Pages
Expand Down

0 comments on commit 989064f

Please sign in to comment.