fix: allow deleting ssh key and remove debug logs
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 29s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 29s
This commit is contained in:
parent
c6e6c58313
commit
a346f06d49
@ -26,4 +26,5 @@ jobs:
|
||||
- name: Remove SSH key
|
||||
if: always()
|
||||
run: |
|
||||
test -f ssh-key && chmod 600 ssh-key
|
||||
test -f ssh-key && shred ssh-key
|
||||
|
||||
@ -23,7 +23,5 @@ cp "$TEX_FILE" "$TEX_BUILD"
|
||||
pushd "${TEX_BUILD}"
|
||||
pdflatex "$(basename "$TEX_FILE")" > /dev/null
|
||||
popd
|
||||
ls -al "$TEX_BUILD"
|
||||
ls -al "$TEX_BUILD/$(basename "${TEX_FILE%.tex}.pdf")"
|
||||
cp "$TEX_BUILD/$(basename "${TEX_FILE%.tex}.pdf")" "$(dirname "$TEX_FILE")"
|
||||
rm "$TEX_FILE"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user