From 4b328dca40976b945805d6f0c6fb816fc88e0490 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Mon, 15 Jan 2024 20:17:22 +0100 Subject: [PATCH] ci: do not run l3build check --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36d37048..2342ad96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,10 @@ jobs: - uses: teatimeguest/setup-texlive-action@v3 with: packages: scheme-full - - name: check - run: l3build check - name: document run: l3build doc - - name: install - run: l3build install + - name: build + run: l3build ctan -q -H --show-log-on-error release: if: ${{ github.ref == 'refs/heads/main' }} permissions: