diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d3f023..f61378a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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