Changed the codeblock box and added the terminal box #30
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 | |
- dev | |
- old | |
jobs: | |
run_tectonic: | |
name: Run tectonic on the repo | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out 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 main.tex -Z continue-on-errors --color=always | |