mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: xu-cheng/texlive-action/full@v1
|
|
||||||
|
- name: Build dist
|
||||||
|
uses: xu-cheng/texlive-action/full@v1
|
||||||
with:
|
with:
|
||||||
run: |
|
run: |
|
||||||
apk add make git zip
|
apk add |
|
||||||
|
make
|
||||||
|
git
|
||||||
|
zip
|
||||||
|
git config --global --add safe.directory '*'
|
||||||
make dist
|
make dist
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
@ -25,13 +31,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: dist/photobook*.zip
|
files: dist/photobook*.zip
|
||||||
|
|
||||||
- name: Build artifacts
|
- name: Artifacts (build)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build artifacts
|
name: build artifacts
|
||||||
path: photobook.pdf
|
path: photobook.pdf
|
||||||
|
|
||||||
- name: Dist artifacts
|
- name: Artifacts (dist)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dist artifacts
|
name: dist artifacts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user