Update generate_pdf.yml

This commit is contained in:
Josh Stewart 2022-09-05 22:30:57 +10:00 committed by GitHub
parent 6da4647b60
commit 1afb1e7b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ jobs:
run: sudo ./make_pdf.sh
- name: Upload PDF
env:
WEB_PWD: ${{ secrets.WEB_PWD }}
run: |
curl -v https://speeduino.com:2078 || true
curl -v --tlsv1.2 --ipv4 --user "speeduino_manual@speeduino.com:$WEB_PWD" --basic -T "./offline/Speeduino_manual.pdf" "https://speeduino.com:2078/Speeduino_manual.pdf"