mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
more fixing and cleanup...
This commit is contained in:
parent
ebcb3ea474
commit
ed19120846
14
.github/workflows/pdf.yml
vendored
14
.github/workflows/pdf.yml
vendored
@ -13,10 +13,16 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: xu-cheng/texlive-action/full@v1
|
||||
|
||||
- name: Build dist
|
||||
uses: xu-cheng/texlive-action/full@v1
|
||||
with:
|
||||
run: |
|
||||
apk add make git zip
|
||||
apk add |
|
||||
make
|
||||
git
|
||||
zip
|
||||
git config --global --add safe.directory '*'
|
||||
make dist
|
||||
|
||||
- name: Release
|
||||
@ -25,13 +31,13 @@ jobs:
|
||||
with:
|
||||
files: dist/photobook*.zip
|
||||
|
||||
- name: Build artifacts
|
||||
- name: Artifacts (build)
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build artifacts
|
||||
path: photobook.pdf
|
||||
|
||||
- name: Dist artifacts
|
||||
- name: Artifacts (dist)
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist artifacts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user