diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index b409002..f2de16d 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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