Skip to content

Commit

Permalink
Fix filename4
Browse files Browse the repository at this point in the history
  • Loading branch information
bracke committed May 4, 2024
1 parent dac9167 commit b6259d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 -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 Down

0 comments on commit b6259d6

Please sign in to comment.