Skip to content

Commit

Permalink
Add --html option when generating PDF
Browse files Browse the repository at this point in the history
This allows to properly handle the columns.
  • Loading branch information
bastantoine committed Jun 14, 2024
1 parent df3d20d commit 295b478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-pdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
name: merged-files
- name: Generate PDF files
run: |
./marp -I git-advanced/presentation/content/output --allow-local-files --pdf
./marp -I gitlab-ci/presentation/jour-1/output --allow-local-files --pdf
./marp -I gitlab-ci/presentation/jour-2/output --allow-local-files --pdf
./marp -I git-advanced/presentation/content/output --allow-local-files --pdf --html
./marp -I gitlab-ci/presentation/jour-1/output --allow-local-files --pdf --html
./marp -I gitlab-ci/presentation/jour-2/output --allow-local-files --pdf --html
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 295b478

Please sign in to comment.