From adc1013223d508a0269632823179c72ff2ae9972 Mon Sep 17 00:00:00 2001 From: Zhang Jingqiang Date: Fri, 7 Feb 2025 16:18:27 +0800 Subject: [PATCH] use sphinx-doc/github-problem-matcher to check sphinx doc --- .github/workflows/sphinx.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 7f327217..e7b92670 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -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