Skip to content

fix: always support run on any thread #94

fix: always support run on any thread

fix: always support run on any thread #94

Workflow file for this run

name: 'build LaTeX document'
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: wtfjoke/setup-tectonic@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
biber-version: 'latest'
- name: run tectonic
run: tectonic tex/bevy_zeroverse.tex
- name: upload pdf
uses: actions/upload-artifact@v4
with:
name: bevy_zeroverse
path: tex/bevy_zeroverse.pdf