From b9d8127c6d889371320a8b91d4d94cf0bf8d464a Mon Sep 17 00:00:00 2001 From: Axel Howind Date: Fri, 22 Nov 2024 06:22:29 +0100 Subject: [PATCH] change build-docs.yml according to instructions from Jetbrain support; step 2: add test --- .github/workflows/build-docs.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index e25143f..840b467 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -57,3 +57,17 @@ jobs: artifacts/report.json artifacts/${{ env.ALGOLIA_ARTIFACT }} retention-days: 7 + test: + needs: build + runs-on: ubuntu-latest + steps: + - name: Download artifacts + uses: actions/download-artifact@v4 + with: + name: docs + path: artifacts + + - name: Test documentation + uses: JetBrains/writerside-checker-action@v1 + with: + instance: ${{ env.INSTANCE }} \ No newline at end of file