mirror of
https://github.com/flynx/photobook.git
synced 2025-12-24 12:21:55 +00:00
Merge branch 'main' of github.com:flynx/photobook
This commit is contained in:
commit
f6ae20b701
27
.github/workflows/pdf.yml
vendored
Normal file
27
.github/workflows/pdf.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
name: Makefile CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "main" ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: xu-cheng/texlive-action/full@v1
|
||||||
|
|
||||||
|
- name: Make manual
|
||||||
|
run: make -n dist
|
||||||
|
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
with:
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
files: dist/photobook*.zip
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user