diff --git a/.github/workflows/build-writerside-docs.yml b/.github/workflows/build-writerside-docs.yml index f1ab411..adf9c90 100644 --- a/.github/workflows/build-writerside-docs.yml +++ b/.github/workflows/build-writerside-docs.yml @@ -56,4 +56,18 @@ jobs: artifacts/${{ env.ARTIFACT }} artifacts/report.json artifacts/${{ env.ALGOLIA_ARTIFACT }} - retention-days: 7 \ No newline at end of file + 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