Skip to content

starting replacing parser! #1060

starting replacing parser!

starting replacing parser! #1060

Workflow file for this run

name: Spec
on: [push]
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.cache/Tectonic
key: ${{ runner.os }}-tectonic-${{ hashFiles('spec/**/*.tex', 'spec/**/*.tri') }}
restore-keys: |
${{ runner.os }}-tectonic-
- uses: wtfjoke/setup-tectonic@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: tectonic -X build
working-directory: spec
- uses: actions/upload-artifact@v4
with:
name: Trilogy Language Specification
path: spec/build/trilogy-language-specification/trilogy-language-specification.pdf