Merge branch 'main' of github.com:flynx/photobook

This commit is contained in:
Alex A. Naanou 2022-09-14 16:03:02 +03:00
commit f6ae20b701

27
.github/workflows/pdf.yml vendored Normal file
View 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