latex-template

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2ef3d136f05eece8baf4c2d6de1d3f530b851b6b
parent 1158013ff72b139cb6fc9df3ec6bf7309c38e918
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Sat, 10 May 2025 12:34:21 +0900

prbuild changed to not use docker

Diffstat:
M.github/workflows/PRbuild.yaml | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -12,9 +12,8 @@ jobs: - name: Set up Git repository uses: actions/checkout@v2 - name: compile latex document - uses: ./.github/actions - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + latexmk -pdfdvi main.tex - name: Upload PDF artifact id: artifact-upload-step uses: actions/upload-artifact@v4