File tree Expand file tree Collapse file tree 6 files changed +34
-17
lines changed
Expand file tree Collapse file tree 6 files changed +34
-17
lines changed Original file line number Diff line number Diff line change 88 # tags:
99 # - 'v*'
1010 paths :
11- - ' docs/**'
11+ - ' cpp/ docs/**'
1212 pull_request :
1313 paths :
14- - ' docs/**'
14+ - ' cpp/ docs/**'
1515
1616 workflow_dispatch :
1717
@@ -31,13 +31,13 @@ jobs:
3131 node-version : 20
3232 cache : npm
3333 # Specify the path to lock file for correct caching
34- cache-dependency-path : ./docs/yarn.lock
34+ cache-dependency-path : ./cpp/ docs/yarn.lock
3535
3636 - name : Install dependencies
37- run : yarn install --frozen-lockfile --cwd ./docs
37+ run : yarn install --frozen-lockfile --cwd ./cpp/ docs
3838
3939 - name : Build with VitePress
40- working-directory : ./docs
40+ working-directory : ./cpp/ docs
4141 run : |
4242 npm run docs:build
4343 touch .vitepress/dist/.nojekyll
4646 uses : actions/upload-artifact@v4
4747 with :
4848 name : mavsdk_docs_build
49- path : docs/.vitepress/dist/
49+ path : cpp/ docs/.vitepress/dist/
5050 retention-days : 1
5151
5252 deploy :
Original file line number Diff line number Diff line change 55 branches :
66 - ' main'
77 paths-ignore :
8- - ' docs/**'
8+ - ' cpp/ docs/**'
99 pull_request :
1010 branches :
1111 - ' *'
1212 paths-ignore :
13- - ' docs/**'
13+ - ' cpp/docs/**'
14+
15+ defaults :
16+ run :
17+ working-directory : cpp
1418
1519jobs :
1620 fuzz :
Original file line number Diff line number Diff line change 77 tags :
88 - ' v*'
99 paths-ignore :
10- - ' docs/**'
10+ - ' cpp/ docs/**'
1111 pull_request :
1212 branches :
1313 - ' *'
1414 paths-ignore :
15- - ' docs/**'
15+ - ' cpp/ docs/**'
1616 - ' .github/workflows/docs_deploy.yml'
1717 workflow_dispatch :
1818
19+ defaults :
20+ run :
21+ working-directory : cpp
22+
1923jobs :
2024 check-docker-changes :
2125 name : Check Docker Changes
3135 id : check-changes
3236 uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
3337 with :
34- files : docker/**
38+ files : ../ docker/**
3539 since_last_remote_commit : true
3640 - name : List all changed files
3741 id : set-any-changed
@@ -654,11 +658,12 @@ jobs:
654658 overwrite : true
655659
656660 alpine-linux :
657- name : alpine 3.19.0 (musl)
661+ name : alpine 3.23.3 (musl)
658662 runs-on : ubuntu-24.04
659- container : alpine:3.19.0
663+ container : alpine:3.23.3
660664 steps :
661665 - name : install tools
666+ working-directory : .
662667 run : apk update && apk add build-base cmake git linux-headers perl tar python3 py3-pip rust cargo
663668 - uses : actions/checkout@v4
664669 with :
Original file line number Diff line number Diff line change 77 tags :
88 - ' v*'
99 paths-ignore :
10- - ' docs/**'
10+ - ' cpp/ docs/**'
1111 pull_request :
1212 branches :
1313 - ' *'
1414 paths-ignore :
15- - ' docs/**'
15+ - ' cpp/ docs/**'
1616 - ' .github/workflows/docs_deploy.yml'
1717
18+ defaults :
19+ run :
20+ working-directory : cpp
21+
1822jobs :
1923 macOS :
2024 name : ${{ matrix.name }}
Original file line number Diff line number Diff line change 77 tags :
88 - ' v*'
99 paths-ignore :
10- - ' docs/**'
10+ - ' cpp/ docs/**'
1111 pull_request :
1212 branches :
1313 - ' *'
1414 paths-ignore :
15- - ' docs/**'
15+ - ' cpp/ docs/**'
1616 - ' .github/workflows/docs_deploy.yml'
1717
18+ defaults :
19+ run :
20+ working-directory : cpp
21+
1822jobs :
1923 Windows-mavsdk_server :
2024 name : Windows mavsdk_server build
File renamed without changes.
You can’t perform that action at this time.
0 commit comments