Renamed workflow name #52
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |