-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56d6290
commit 7182a8c
Showing
1 changed file
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|