We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cb1b3 commit a48001bCopy full SHA for a48001b
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
echo "$PWD/pandoc-${PANDOC_VERSION}/bin" >> $GITHUB_PATH
57
shell: bash
58
- name: Setup TeX Live
59
- uses: teatimeguest/setup-texlive-action@v3
+ uses: TeX-Live/setup-texlive-action@v3
60
with:
61
packages:
62
scheme-basic
@@ -111,9 +111,9 @@ jobs:
111
112
fail: true
113
args: |
114
- --exclude-loopback
115
- --require-https
116
- --no-progress
+ --exclude-loopback
+ --require-https
+ --no-progress
117
book/book/html/
118
# Upload the HTML book as an artifact
119
- uses: actions/upload-artifact@v4
0 commit comments