diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index b421537..dec55f4 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -36,20 +36,7 @@ jobs: artifacts/${{ env.ARTIFACT }} artifacts/report.json 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 @@ -75,4 +62,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4