adds release action
This commit is contained in:
parent
7ab6de3596
commit
ff1e64f9c8
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user