latex-template

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

commit 04033de55a07e59fb4d9871991cb4d138b760713
parent e11cb2f965fe3e8fa4e46f31ba69217d51107aa4
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Mon, 21 Apr 2025 22:27:14 +0900

fetch before checkout & add converted folder

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 @@ -26,6 +26,7 @@ jobs: git config --local user.email "example@example.com" gh repo clone $GIT_URL cd ${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/} + git fetch origin $BRANCH git checkout $BRANCH cp ../main.pdf ./converted/ git add .