instpect
Some checks failed
Build Resume / build (push) Failing after 1s

This commit is contained in:
Jean-Michel Tremblay 2026-04-19 21:57:40 -04:00
parent d452a93db1
commit 4cc1f16fc9

View file

@ -5,7 +5,10 @@ jobs:
runs-on: docker
steps:
- name: Checkout
run: git clone ${{ github.server_url }}/${{ github.repository }}.git .
run: |
echo ${{ github.server_url }}
echo ${{ github.repository }}
git clone ${{ github.server_url }}/${{ github.repository }}.git .
# - name: Build
# run: docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make
- name: Build