Skip to content

Commit

Permalink
Update generate-pdf.yml to ignore warnings when generating pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
bigprof committed May 20, 2024
1 parent 18977ff commit d865d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pip install awscli

- name: Generate PDF
run: pandoc --defaults pdf.yml
run: pandoc --fail-if-warnings=false --defaults pdf.yml

- name: Configure AWS CLI for Cloudflare R2
run: |
Expand Down

0 comments on commit d865d93

Please sign in to comment.