change dir
All checks were successful
Gitea Actions Demo / checkout (push) Successful in 20s

This commit is contained in:
Maximilian Keßler 2023-10-17 16:11:58 +02:00
parent c8e9d69558
commit 86ba797fd9
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -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