Skip to content

Commit

Permalink
use sphinx-doc/github-problem-matcher to check sphinx doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Feb 7, 2025
1 parent ca2c50d commit 7e8ceda
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- g3tiles
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@8b4f60114d7fd1faeba1a712269168508d4750d2 # 0.4
with:
docs-folder: "sphinx/${{ matrix.component }}"
- run: |
sudo apt-get update
sudo apt-get install python3-sphinx python3-sphinx-rtd-theme
- uses: sphinx-doc/github-problem-matcher@d521df655a8af22fcc69e4f4af8b1f25699ee754 # v1.0
- run: sphinx-build sphinx/${{ matrix.component }} sphinx/${{ matrix.component }}/_build

0 comments on commit 7e8ceda

Please sign in to comment.