Skip to content

Commit

Permalink
updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
antongiacomo committed Nov 14, 2023
1 parent 56d6290 commit 7182a8c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: Compile LaTeX via latexmk
# You may pin to the exact commit or the version.
# uses: antaljanosbenjamin/compile-latex@9bd5857f8d3c1a7e448116c9be00be52f20d5cc4
uses: antaljanosbenjamin/[email protected]

- name: Generate PDF document
uses: hspaans/latexmk-action@v1
with:
# The LaTeX file to be compiled, relative to the root of the repository.
file: main.tex
# The directory for output files, relative to the root of the repository.


format: pdf
filename: main.tex

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 7182a8c

Please sign in to comment.