Skip to content

Commit

Permalink
remove make and add latexmkrc for building
Browse files Browse the repository at this point in the history
Signed-off-by: Toshaan Bharvani <[email protected]>
  • Loading branch information
toshywoshy committed Jun 10, 2024
1 parent 9997d5b commit 1f000f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
#with:
# root_file: sponsordoc.tex
- name: Build LaTeX document
run: make
with:
root_file: sponsordoc.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
Expand Down
7 changes: 7 additions & 0 deletions .latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!.latexmkrc

$pdflatex = "pdflatex -interaction=batchmode -file-line-error -no-shell-escape -synctex=-1 ";
$pdf_mode = 1;

%GI2TM_OPTIONS=(RELEASE_MATCHER=>"v[0-9]*.*");
do './gitinfo2.pm';

0 comments on commit 1f000f2

Please sign in to comment.