Fix typo in TeX Live setup action and format command arguments (#302)

This commit is contained in:
Meatball Sub 2025-09-30 16:02:41 +01:00 committed by GitHub
parent c3cb1b38f6
commit 20a2b45e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ jobs:
echo "$PWD/pandoc-${PANDOC_VERSION}/bin" >> $GITHUB_PATH
shell: bash
- name: Setup TeX Live
uses: teatimeguest/setup-texlive-action@v3
uses: TeX-Live/setup-texlive-action@v3
with:
packages:
scheme-basic
@ -111,9 +111,9 @@ jobs:
with:
fail: true
args: |
--exclude-loopback
--require-https
--no-progress
--exclude-loopback
--require-https
--no-progress
book/book/html/
# Upload the HTML book as an artifact
- uses: actions/upload-artifact@v4