diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 7b04592..74d2106 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -62,25 +62,11 @@ 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 }} deploy: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - needs: [build, test] + needs: [build] runs-on: ubuntu-latest steps: - name: Download artifacts