Skip to content

Commit 20a2b45

Browse files
Fix typo in TeX Live setup action and format command arguments (#302)
1 parent c3cb1b3 commit 20a2b45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "$PWD/pandoc-${PANDOC_VERSION}/bin" >> $GITHUB_PATH
5757
shell: bash
5858
- name: Setup TeX Live
59-
uses: teatimeguest/setup-texlive-action@v3
59+
uses: TeX-Live/setup-texlive-action@v3
6060
with:
6161
packages:
6262
scheme-basic
@@ -111,9 +111,9 @@ jobs:
111111
with:
112112
fail: true
113113
args: |
114-
--exclude-loopback
115-
--require-https
116-
--no-progress
114+
--exclude-loopback
115+
--require-https
116+
--no-progress
117117
book/book/html/
118118
# Upload the HTML book as an artifact
119119
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)