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