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 "Docker images: $(docker images)"
|
||||||
echo "end outer print"
|
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
|
- name: compile
|
||||||
uses: xu-cheng/texlive-action@v2
|
|
||||||
with:
|
|
||||||
docker_image: aergus/latex
|
|
||||||
run: |
|
run: |
|
||||||
echo "in inner container"
|
|
||||||
pwd
|
|
||||||
ls /workspace/testorg/ci-test
|
|
||||||
echo "end inner print"
|
|
||||||
echo "starting compilation"
|
|
||||||
latexmk main.tex
|
latexmk main.tex
|
||||||
- name: upload
|
- name: upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: artifact.tex
|
name: out.pdf
|
||||||
path: main.tex
|
path: main.pdf
|
||||||
|
|
Loading…
Reference in a new issue