latex-template

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

commit a9f1b70aed3c9f608c67ea9d4312dd9f0366eea5
parent 44c3c950833817dda84564521083dd13bb2bb26f
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 08:15:14 +0900

push -u

Diffstat:
M.github/workflows/PRbuild.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -31,4 +31,4 @@ jobs: cp ../main.pdf ./converted/ git add . git commit -m "add pdf to PR" - git push origin $BRANCH- \ No newline at end of file + git push -u origin $BRANCH+ \ No newline at end of file