Skip to content

Commit 2bbca7b

Browse files
committed
Renamed workflow name
1 parent 5075ea5 commit 2bbca7b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55

66
jobs:
77
run_tectonic:
8-
name: Run tectonic on the repo
8+
name: Build Documentation
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Check out the repo
11+
- name: Checkout the repo
1212
uses: actions/checkout@v4
1313

1414
- name: Install Tectonic
@@ -19,4 +19,3 @@ jobs:
1919
- name: Compile the template
2020
run: |
2121
./tectonic "NoTeX Documentation.tex" -Z continue-on-errors --color=always
22-

NoTeX Documentation.pdf

-1.39 MB
Binary file not shown.

0 commit comments

Comments
 (0)