This commit is contained in:
parent
19b62788b9
commit
c7fe20acc8
1 changed files with 1 additions and 10 deletions
|
@ -8,15 +8,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: check out repo
|
- name: check out repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: list files
|
|
||||||
run: |
|
|
||||||
echo "In outer docker container:"
|
|
||||||
ls /workspace/testorg/ci-test
|
|
||||||
pwd
|
|
||||||
ls /home
|
|
||||||
echo "Docker images: $(docker images)"
|
|
||||||
echo "end outer print"
|
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
run: |
|
run: |
|
||||||
pdflatex main.tex
|
pdflatex main.tex
|
||||||
|
@ -24,7 +15,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir public2
|
mkdir public2
|
||||||
mv main.pdf main.log public2
|
mv main.pdf main.log public2
|
||||||
- uses: actions/pages@96349d6012d3948bf6ff42191f264097a2c35df7
|
- uses: actions/pages@v1
|
||||||
with:
|
with:
|
||||||
directory: public2
|
directory: public2
|
||||||
index-title: 'Just a CI test'
|
index-title: 'Just a CI test'
|
||||||
|
|
Loading…
Reference in a new issue