mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 02:10:08 +00:00
experimenting....
This commit is contained in:
parent
c380ed9fcd
commit
2f19ed7a7f
9
.github/workflows/pdf.yml
vendored
9
.github/workflows/pdf.yml
vendored
@ -14,10 +14,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: xu-cheng/texlive-action/full@v1
|
- uses: xu-cheng/texlive-action/full@v1
|
||||||
|
with:
|
||||||
- name: Make manual
|
run: |
|
||||||
run: make dist
|
apk add make
|
||||||
|
make dist
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user