This commit is contained in:
parent
be77c0795a
commit
e009aee428
1 changed files with 3 additions and 20 deletions
|
@ -17,28 +17,11 @@ jobs:
|
|||
echo "Docker images: $(docker images)"
|
||||
echo "end outer print"
|
||||
|
||||
- name: manual docker test
|
||||
run: |
|
||||
pwd
|
||||
touch testfile
|
||||
ls
|
||||
echo "starting docker now"
|
||||
docker run --help
|
||||
docker run --rm -v "$pwd:$pwd" -w "$pwd" 'aergus/latex' /bin/bash -eo pipefail '-c' '--' $'pwd && ls /workspace/testorg/ci-test'
|
||||
echo "docker ended"
|
||||
- name: compile
|
||||
uses: xu-cheng/texlive-action@v2
|
||||
with:
|
||||
docker_image: aergus/latex
|
||||
run: |
|
||||
echo "in inner container"
|
||||
pwd
|
||||
ls /workspace/testorg/ci-test
|
||||
echo "end inner print"
|
||||
echo "starting compilation"
|
||||
latexmk main.tex
|
||||
- name: upload
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: artifact.tex
|
||||
path: main.tex
|
||||
name: out.pdf
|
||||
path: main.pdf
|
||||
|
|
Loading…
Reference in a new issue