This commit is contained in:
parent
d452a93db1
commit
4cc1f16fc9
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,10 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- 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
|
# - name: Build
|
||||||
# run: docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make
|
# run: docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue