test
Some checks failed
Build Resume / build (push) Failing after 2s

This commit is contained in:
Jean-Michel Tremblay 2026-04-19 21:59:07 -04:00
parent 4cc1f16fc9
commit d8d90df077

View file

@ -8,7 +8,7 @@ jobs:
run: |
echo ${{ github.server_url }}
echo ${{ github.repository }}
git clone ${{ github.server_url }}/${{ github.repository }}.git .
git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }}.git .
# - name: Build
# run: docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make
- name: Build