We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5075ea5 commit 2bbca7bCopy full SHA for 2bbca7b
2 files changed
.github/workflows/main.yml
@@ -5,10 +5,10 @@ on:
5
6
jobs:
7
run_tectonic:
8
- name: Run tectonic on the repo
+ name: Build Documentation
9
runs-on: ubuntu-latest
10
steps:
11
- - name: Check out the repo
+ - name: Checkout the repo
12
uses: actions/checkout@v4
13
14
- name: Install Tectonic
@@ -19,4 +19,3 @@ jobs:
19
- name: Compile the template
20
run: |
21
./tectonic "NoTeX Documentation.tex" -Z continue-on-errors --color=always
22
-
NoTeX Documentation.pdf
-1.39 MB
0 commit comments