latex-template

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

commit e2ddd91ea411675803bd6c410ab0adcde950f67d
parent 74fa0d4b60892e25ba5b14ab9c979e15d5efb051
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Thu, 17 Apr 2025 20:07:19 +0900

update

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

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -22,7 +22,7 @@ jobs: run: | git config user.name "GitHub Actions Bot" git config user.email "<>" - git pull + git pull origin dev git add main.pdf git commit -m "Add PDF to PR" git push origin HEAD:dev