z
All checks were successful
build pdf / build (push) Successful in 3s

This commit is contained in:
2025-09-09 17:46:32 +08:00
parent dfdc10893d
commit a487222cac
5 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
name: build pdf
on: push
jobs:
build:
runs-on: macos
steps:
- name: Check out the repository
uses: http://localhost:3000/sxlxc/checkout@v4
- name: Compile LaTeX using local TeX Live
run: |
echo "Compiling document..."
latexmk -pdf main.tex
- uses: http://localhost:3000/sxlxc/gitea-release-action@v1
with:
body: ''
prerelease: true
name: PDF
token: ${{ secrets.RELEASE_TOKEN }}
tag_name: latest
files: |-
./*.pdf