ci: do not run l3build check
This commit is contained in:
parent
5d32f73e69
commit
4b328dca40
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue