commit 51eabfa6e82e1fdf6e86e3316c92d0f862c5b20b
parent 3766cdbb1a76e3b11ea52e5c414c6f69666a9ffc
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date: Sat, 10 May 2025 12:36:23 +0900
Update PRbuild.yaml
Diffstat:
1 file changed, 3 insertions(+), 5 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
@@ -26,4 +25,4 @@ jobs:
run: |
gh pr comment ${{ github.event.number }} -b "${{ steps.artifact-upload-step.outputs.artifact-url }}"
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}-
\ No newline at end of file
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}