Skip to content

Bump mikepenz/release-changelog-builder-action in /.github/workflows #10

Bump mikepenz/release-changelog-builder-action in /.github/workflows

Bump mikepenz/release-changelog-builder-action in /.github/workflows #10

Workflow file for this run

name: Build LaTeX document
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: thesis.tex
- uses: actions/upload-artifact@v4
with:
name: PDF
path: thesis.pdf
if-no-files-found: error