[Docs] msg/VehicleAirData.msg - to standard (#25228)

* [Docs] msg/VehicleAirData.msg - to standard

* Update msg/VehicleAirData.msg

* Update msg/VehicleAirData.msg

* Update msg/VehicleAirData.msg

Co-authored-by: Silvan Fuhrer <silvan@auterion.com>

* Update msg/VehicleAirData.msg

* Fix up build issue related to docs_deploy2

---------

Co-authored-by: PX4BuildBot <bot@pixhawk.org>
Co-authored-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Hamish Willee
2025-08-14 11:37:48 +10:00
committed by GitHub
parent 72796a9844
commit f3e7d14efa
2 changed files with 28 additions and 22 deletions
+15 -8
View File
@@ -3,21 +3,21 @@ name: Docs - Deploy PX4 User Guide to AWS
on:
push:
branches:
- 'main'
- 'release/**'
- "main"
- "release/**"
paths:
- 'docs/en/**'
- "docs/en/**"
pull_request:
branches:
- '**'
- "**"
paths:
- 'docs/en/**'
- "docs/en/**"
workflow_dispatch:
permissions:
contents: read
id-token: write # for AWS OIDC
id-token: write # for AWS OIDC
concurrency:
group: docs-deploy
@@ -28,7 +28,15 @@ env:
jobs:
build:
runs-on: [runs-on,runner=8cpu-linux-x64,image=ubuntu24-full-x64,"run-id=${{ github.run_id }}",spot=false,extras=s3-cache]
runs-on:
[
runs-on,
runner=8cpu-linux-x64,
image=ubuntu24-full-x64,
"run-id=${{ github.run_id }}",
spot=false,
extras=s3-cache,
]
steps:
- uses: runs-on/action@v1
@@ -94,4 +102,3 @@ jobs:
--delete \
--exclude "*.html" \
--cache-control "public, max-age=86400, immutable"