Skip to content

feat(CI): Release in CI #3

feat(CI): Release in CI

feat(CI): Release in CI #3

Workflow file for this run

---
name: 'Build LaTeX Document with Biber'
on:
push:
branches:
- trunk
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/cache@v3
name: Tectonic Cache
with:
path: ~/.cache/Tectonic
key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }}
restore-keys: |
${{ runner.os }}-tectonic-
- uses: wtfjoke/setup-tectonic@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
biber-version: '2.17'
- name: Build report
working-directory: assignment/01/protokol
run: tectonic -X build
- name: Upload report
uses: actions/upload-artifact@v4
with:
name: SVD_protokol
path: |
assignent/01/protokol/build/*/*.pdf