latex-template

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

commit 7359f19812f4c9a1e4728ac1ad13df8da08f8fdf
parent b5f969cca5da98b53a553e015d33fad45678e8c2
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 19:05:51 +0900

compression level set 0]

Diffstat:
M.github/workflows/PRbuild.yaml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -21,6 +21,7 @@ jobs: with: name: main path: ./main.pdf + compression-level: 0 - name: Add comment to PR run: | gh pr comment ${{ github.event.number }} -b "${{ steps.artifact-upload-step.outputs.artifact-url }}"