latex-template

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

commit 3422cf96219d3c074ece514f7d5c047fa9efc798
parent f41761d4b50d5926e6f0b2e9a699dd1517e30523
Author: minerva-jupitr <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 15:43:57 +0900

change to puload pdf

Diffstat:
M.github/workflows/PRbuild.yaml | 19++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -15,15 +15,8 @@ jobs: uses: ./.github/actions env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: comment pdf to PR - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GIT_URL: ${{ github.event.pull_request.head.repo.clone_url }} - BRANCH: ${{ github.event.pull_request.head.ref }} - URL: ${{ github.event.pull_request.html_url }} - run: | - ls - git add ./main.pdf - git commit -m "render main.tex" - git remote set-url origin https://<username>:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} - git push- \ No newline at end of file + - name: Upload PDF artifact + uses: actions/upload-artifact@v4 + with: + name: ${{ env.TEX_FILE }} + path: ${{ env.TEX_FILE }}.pdf+ \ No newline at end of file