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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: git.arindy.de/arindy/latex-runner:1.0.0
|
image: git.arindy.de/arindy/latex-runner:1.0.1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Build
|
- 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