From 7182a8c8056cb6f8f4aab4640da9d6a3749524ae Mon Sep 17 00:00:00 2001 From: Antongiacomo Polimeno Date: Tue, 14 Nov 2023 14:00:46 +0100 Subject: [PATCH] updated action --- .github/workflows/blank.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 4415e4c..2d839e6 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -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/compile-latex@v1.0.0 + + - 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