Fix typo in TeX Live setup action and format command arguments (#302)
This commit is contained in:
parent
c3cb1b38f6
commit
20a2b45e49
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
echo "$PWD/pandoc-${PANDOC_VERSION}/bin" >> $GITHUB_PATH
|
echo "$PWD/pandoc-${PANDOC_VERSION}/bin" >> $GITHUB_PATH
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Setup TeX Live
|
- name: Setup TeX Live
|
||||||
uses: teatimeguest/setup-texlive-action@v3
|
uses: TeX-Live/setup-texlive-action@v3
|
||||||
with:
|
with:
|
||||||
packages:
|
packages:
|
||||||
scheme-basic
|
scheme-basic
|
||||||
@ -111,9 +111,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fail: true
|
fail: true
|
||||||
args: |
|
args: |
|
||||||
--exclude-loopback
|
--exclude-loopback
|
||||||
--require-https
|
--require-https
|
||||||
--no-progress
|
--no-progress
|
||||||
book/book/html/
|
book/book/html/
|
||||||
# Upload the HTML book as an artifact
|
# Upload the HTML book as an artifact
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user