From a48001bea9a1527c9ee28c176ab711460f00ad7b Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 29 Sep 2025 22:34:52 +0100 Subject: [PATCH] Fix typo in TeX Live setup action and format command arguments --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14c8d05e27..c0e3bf2cff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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