Skip to content

Docs v3 notes and pass #2503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Feb 18, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: check whether docs require updating
  • Loading branch information
julianoes committed Feb 13, 2025
commit c78684aeba0cccbff945efbadca538d37eae86c2
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -229,6 +229,18 @@ jobs:
- name: check for diff
run: git diff --exit-code

ubuntu24-docs-check:
name: ubuntu-24.04 (docs check)
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: generate docs
run: tools/generate_docs.sh --overwrite
- name: check for diff
run: git diff --exit-code

deb-package:
name: ${{ matrix.container_name }} (package, non-mavsdk_server)
runs-on: ${{ matrix.container_name }}
Loading