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:
Hamish Willee 2025-10-01 15:27:41 +10:00 committed by GitHub
parent f2b630256a
commit 2cbfe76308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -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)