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
|
||||
- name: prepare pages
|
||||
run: |
|
||||
mkdir public
|
||||
mv main.pdf main.log public
|
||||
- name: deploy
|
||||
uses: actions/pages@14a96869a47768c9cf754f1181d0dcd4dd74564d
|
||||
mkdir public2
|
||||
mv main.pdf main.log public2
|
||||
- uses: actions/pages@14a96869a47768c9cf754f1181d0dcd4dd74564d
|
||||
with:
|
||||
directory: public2
|
||||
|
|
Loading…
Reference in a new issue