latex-template

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

commit 44c3c950833817dda84564521083dd13bb2bb26f
parent 5c7e16dbf4c474c4167ac89ff6f38f436f969359
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 08:13:04 +0900

add "git push origin branch

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

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