latex-template

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

commit b54be4ff1392ed786f175efd4c83253a92879c0a
parent 957d0f2c6f5d499308f48a5dd10a04063daf2a4e
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Thu, 17 Apr 2025 20:13:29 +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 @@ -20,6 +20,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} URL: ${{ github.event.pull_request.html_url }} run: | + git pull git add ./main.pdf git commit -m "Add PDF to PR" git push origin HEAD:dev