Skip to content

Commit

Permalink
Fix filename3
Browse files Browse the repository at this point in the history
  • Loading branch information
bracke committed May 4, 2024
1 parent 5f82335 commit 0cde69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generatedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
args: -pdf -silent -jobname=ada_reference_card_2022_english_isoa4_landscape -pdflatex="/usr/texbin/pdflatex --file-line-error --shell-escape --synctex=1 %O '\documentclass[english]{article}\newcommand\columnnr{3}\usepackage[a4paper,margin=0.25cm,landscape]{geometry}\input{%S}'" ada_reference_card_2022_en.tex
args: -pdf -silent -pdflatex="/usr/texbin/pdflatex --file-line-error --shell-escape --synctex=1 %O '\documentclass[english]{article}\newcommand\columnnr{3}\usepackage[a4paper,margin=0.25cm,landscape]{geometry}\input{%S}'" ada_reference_card_2022_en.tex
root_file: ada_reference_card_2022_en.tex

- name: Delete 'continuous' release and tag
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
files: ada_reference_card_2022_english_isoa4_landscape.pdf
files: ada_reference_card_2022_en.pdf
prerelease: true
generate_release_notes: true
append_body: true
Expand Down

0 comments on commit 0cde69e

Please sign in to comment.