Skip to content

Commit

Permalink
ci: do not run l3build check
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Jan 15, 2024
1 parent 5d32f73 commit 4b328dc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b328dc

Please sign in to comment.