latex-template

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

commit ff8453097b2213cb9275e39f132afd7c86fe4ec6
parent 728111af2733b832cf0db6922690d8ff9e1ca110
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 08:55:50 +0900

add . to -A

Diffstat:
M.github/workflows/PRbuild.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -29,7 +29,7 @@ jobs: git fetch origin $BRANCH git checkout $BRANCH cp ../main.pdf ./converted/ - git add . + git add -A git commit -m "add pdf to PR" git remote set-url origin https://<username>:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git push \ No newline at end of file