mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-19 16:30:16 +00:00
github ci build
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
e3a8cfceb5
commit
4c40be2eaf
23
.github/workflows/build.yml
vendored
Normal file
23
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Python3
|
||||
uses: actions/setup-python@v5.4.0
|
||||
- name: Build PDF
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
python3 make.py
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Output
|
||||
path: 'main.pdf'
|
||||
|
Loading…
x
Reference in New Issue
Block a user