This commit is contained in:
parent
c8e9d69558
commit
86ba797fd9
1 changed files with 5 additions and 4 deletions
|
@ -22,7 +22,8 @@ jobs:
|
||||||
pdflatex main.tex
|
pdflatex main.tex
|
||||||
- name: prepare pages
|
- name: prepare pages
|
||||||
run: |
|
run: |
|
||||||
mkdir public
|
mkdir public2
|
||||||
mv main.pdf main.log public
|
mv main.pdf main.log public2
|
||||||
- name: deploy
|
- uses: actions/pages@14a96869a47768c9cf754f1181d0dcd4dd74564d
|
||||||
uses: actions/pages@14a96869a47768c9cf754f1181d0dcd4dd74564d
|
with:
|
||||||
|
directory: public2
|
||||||
|
|
Loading…
Reference in a new issue