latex-template

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

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

add pull

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 @@ -22,6 +22,7 @@ jobs: run: | git config user.name "GitHub Actions Bot" git config user.email "<>" + git pull git add main.pdf git commit -m "Add PDF to PR" git push origin HEAD:dev