Merge pull request #4795 from iguessthislldo/igtd/cmake-subdir #878
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sphinx Tests | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: '0 1 * * SUN' | |
jobs: | |
strict: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout OpenDDS | |
uses: actions/checkout@v4 | |
- name: Run Strict Checks | |
run: | | |
python3 docs/build.py strict | |
linkcheck: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout OpenDDS | |
uses: actions/checkout@v4 | |
- name: Run Link Checks | |
run: | | |
python3 docs/build.py linkcheck |