commit 281c590b97d36fc6faaaad8c259bdfc38757f7d5
parent 2c5c0b0bd4f198fffa4c401689ac4dbff17a650b
Author: minerva-jupiter <ryouturn@gmail.com>
Date: Sat, 10 May 2025 12:29:53 +0900
pushbuild changed to run latexmk
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/PushBuild.yaml b/.github/workflows/PushBuild.yaml
@@ -14,9 +14,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