This commit is contained in:
parent
ec67cde2d1
commit
3080546a7d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/demo.yaml
vendored
2
.github/workflows/demo.yaml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
||||||
echo "In outer docker container:"
|
echo "In outer docker container:"
|
||||||
ls
|
ls
|
||||||
pwd
|
pwd
|
||||||
|
ls /home
|
||||||
echo "end outer print"
|
echo "end outer print"
|
||||||
- name: compile
|
- name: compile
|
||||||
uses: xu-cheng/texlive-action@v2
|
uses: xu-cheng/texlive-action@v2
|
||||||
|
@ -20,7 +21,6 @@ jobs:
|
||||||
docker_image: aergus/latex
|
docker_image: aergus/latex
|
||||||
run: |
|
run: |
|
||||||
echo "in inner container"
|
echo "in inner container"
|
||||||
ls /home
|
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
echo "end inner print"
|
echo "end inner print"
|
||||||
|
|
Loading…
Reference in a new issue