latex-template

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

commit 9144379d51c58b444a9a89325531fcd796558a00
parent 772f12e9a2578528248e2cb24035427afbb53cca
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Thu, 17 Apr 2025 20:17:35 +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 @@ -21,6 +21,7 @@ jobs: URL: ${{ github.event.pull_request.html_url }} run: | git fetch origin dev + git pull git add ./main.pdf git commit -m "Add PDF to PR" git push origin HEAD:dev