mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 02:10:08 +00:00
added workflow to create pdf docs (experimental)
This commit is contained in:
parent
021803c268
commit
5bf1208b5f
19
.github/workflows/pdf.yml
vendored
Normal file
19
.github/workflows/pdf.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
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 pdf
|
||||||
Loading…
x
Reference in New Issue
Block a user