mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 04:04:07 +08:00
AWS docs deployment - add back paths revert runner (#25690)
* AWS docs deployment - add back paths rever t runner * touch doc
This commit is contained in:
parent
f2b630256a
commit
2cbfe76308
14
.github/workflows/docs_deploy_aws.yml
vendored
14
.github/workflows/docs_deploy_aws.yml
vendored
@ -5,9 +5,17 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
- "release/**"
|
||||
paths:
|
||||
- "docs/en/**"
|
||||
- "docs/zh/**"
|
||||
- "docs/uk/**"
|
||||
- "docs/ko/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
paths:
|
||||
- "docs/en/**"
|
||||
- "docs/zh/**"
|
||||
- "docs/uk/**"
|
||||
- "docs/ko/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@ -73,7 +81,7 @@ jobs:
|
||||
deploy:
|
||||
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged) || github.event_name == 'workflow_dispatch' }}
|
||||
needs: 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: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Download Artifact
|
||||
|
||||
@ -81,7 +81,6 @@
|
||||
- [Reptile Dragon 2 (ARK6X)](/frames_plane/reptile_dragon_2.md)
|
||||
- [Turbo Timber Evolution (Pixhawk 4 Mini)](/frames_plane/turbo_timber_evolution.md)
|
||||
- [Wing Wing Z84 (Pixracer)](/frames_plane/wing_wing_z84.md)
|
||||
|
||||
- [VTOL](/frames_vtol/index.md)
|
||||
- [Assembly](/assembly/assembly_vtol.md)
|
||||
- [VTOL Config/Tuning](/config_vtol/index.md)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user