Skip to content

Commit 2d4c8b7

Browse files
authored
Update PDF workflow to latest Ubuntu
1 parent d3a1ecd commit 2d4c8b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate_pdf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
build:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020

2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
@@ -45,5 +45,5 @@ jobs:
4545
env:
4646
WEB_PWD: ${{ secrets.WEB_PWD }}
4747
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"
48+
curl -v https://webdisk.speeduino.com:2078 || true
49+
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

Comments
 (0)