Skip to content

Commit

Permalink
Add A2 Landscape
Browse files Browse the repository at this point in the history
  • Loading branch information
bracke committed May 4, 2024
1 parent 5be9af1 commit 0d4b727
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/generatedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Create A4 Landscape PDF
run: pdflatex -jobname=ada_reference_card_2022_english_isoa4_landscape "\documentclass[english]{article}\newcommand\columnnr{3}\usepackage[a4paper,margin=0.25cm,landscape]{geometry}\input{ada_reference_card_2022_en}"

- name: Create A2 Landscape PDF
run: pdflatex -jobname=ada_reference_card_2022_english_isoa2_landscape "\documentclass[english]{article}\newcommand\columnnr{5}\usepackage[a2paper,margin=0.25cm,landscape]{geometry}\input{ada_reference_card_2022_en}"


- name: Delete 'continuous' release and tag
uses: dev-drprasad/[email protected]
with:
Expand All @@ -28,7 +32,10 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
files: ada_reference_card_2022_english_isoa4_landscape.pdf
files: |
ada_reference_card_2022_english_isoa4_landscape.pdf
ada_reference_card_2022_english_isoa2_landscape.pdf
prerelease: true
generate_release_notes: true
append_body: true
Expand Down

0 comments on commit 0d4b727

Please sign in to comment.