books/Template
Template
1
0

adds release action

This commit is contained in:
Arindy 2025-09-21 15:13:02 +02:00
parent 7ab6de3596
commit ff1e64f9c8

View File

@ -5,11 +5,19 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: git.arindy.de/arindy/latex-runner:1.0.0
image: git.arindy.de/arindy/latex-runner:1.0.1
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: make build
run: make book
- name: release
uses: akkuman/gitea-release-action@v1
with:
files: |-
out/*
name: Release