commit 3766cdbb1a76e3b11ea52e5c414c6f69666a9ffc parent e9d68a751839070ca9daf1e3d98b31282789ced6 Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Sat, 10 May 2025 12:35:58 +0900 Update PushBuild.yaml Diffstat:
| M | .github/workflows/PushBuild.yaml | | | 10 | ++++------ |
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/PushBuild.yaml b/.github/workflows/PushBuild.yaml @@ -1,4 +1,4 @@ -name: compile LaTeX when PR update +name: compile LaTeX when pushed on: push: @@ -14,13 +14,12 @@ 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 with: name: main path: ./main.pdf - retention-days: 7- \ No newline at end of file + retention-days: 7