mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +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:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: xu-cheng/texlive-action/full@v1
|
||||
|
||||
- name: Make manual
|
||||
run: make dist
|
||||
|
||||
with:
|
||||
run: |
|
||||
apk add make
|
||||
make dist
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user