CI update
Some checks failed
Publish PDF / publish (push) Failing after 10s

This commit is contained in:
Joe bellus 2025-03-10 18:33:12 -04:00
parent 3be585cf74
commit e46188f695

View File

@ -14,7 +14,7 @@ on: push
# Jobs are run in parallel
jobs:
# This is our one and only job
test:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
@ -22,8 +22,9 @@ jobs:
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Tectonic Publish
- name: Setup tectonic
uses: wtfjoke/setup-tectonic@v3
- name: Compile latex
run: tectonic main.tex
- name: Rename PDF
run: mv main.pdf ${{ steps.extract_branch.outputs.branch }}.pdf