Skip to content

Renamed workflow name #52

Renamed workflow name

Renamed workflow name #52

Workflow file for this run

on:
push:
branches:
- main
jobs:
run_tectonic:
name: Build Documentation
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Install Tectonic
run: |
sudo apt install curl
curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net | sh
- name: Compile the template
run: |
./tectonic "NoTeX Documentation.tex" -Z continue-on-errors --color=always