File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -47,20 +47,20 @@ jobs:
4747 artifacts/${{ env.ALGOLIA_ARTIFACT }}
4848 retention-days : 7
4949
50- test :
51- needs : build
52- runs-on : ubuntu-latest
53- steps :
54- - name : Download Artifacts
55- uses : actions/download-artifact@v4
56- with :
57- name : docs
58- path : artifacts
59- - name : Test Documentation
60- uses : JetBrains/writerside-checker-action@v1
61- with :
62- instance : ${{ env.INSTANCE }}
63-
50+ # test:
51+ # needs: build
52+ # runs-on: ubuntu-latest
53+ # steps:
54+ # - name: Download Artifacts
55+ # uses: actions/download-artifact@v4
56+ # with:
57+ # name: docs
58+ # path: artifacts
59+ # - name: Test Documentation
60+ # uses: JetBrains/writerside-checker-action@v1
61+ # with:
62+ # instance: ${{ env.INSTANCE }}
63+ #
6464 deploy :
6565 environment :
6666 name : github-pages
You can’t perform that action at this time.
0 commit comments