diff --git a/.github/workflows/docs_deploy_aws.yml b/.github/workflows/docs_deploy_aws.yml index f429de56cd..17c4af2aea 100644 --- a/.github/workflows/docs_deploy_aws.yml +++ b/.github/workflows/docs_deploy_aws.yml @@ -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 diff --git a/docs/en/_sidebar.md b/docs/en/_sidebar.md index 6765372466..95d1358b79 100644 --- a/docs/en/_sidebar.md +++ b/docs/en/_sidebar.md @@ -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)