We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a1ecd commit 2d4c8b7Copy full SHA for 2d4c8b7
.github/workflows/generate_pdf.yml
@@ -16,7 +16,7 @@ on:
16
17
jobs:
18
build:
19
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
20
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
@@ -45,5 +45,5 @@ jobs:
45
env:
46
WEB_PWD: ${{ secrets.WEB_PWD }}
47
run: |
48
- curl -v https://speeduino.com:2078 || true
49
- curl -v --tlsv1.2 --ipv4 --user "[email protected]:$WEB_PWD" --basic -T "./offline/Speeduino_manual.pdf" "https://speeduino.com:2078/Speeduino_manual.pdf"
+ curl -v https://webdisk.speeduino.com:2078 || true
+ curl -v --tlsv1.2 --ipv4 --user "[email protected]:$WEB_PWD" --basic -T "./offline/Speeduino_manual.pdf" "https://webdisk.speeduino.com:2078/Speeduino_manual.pdf"
0 commit comments