We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e396e81 commit 94c4d34Copy full SHA for 94c4d34
1 file changed
.github/workflows/deploy.yml
@@ -47,20 +47,20 @@ jobs:
47
artifacts/${{ env.ALGOLIA_ARTIFACT }}
48
retention-days: 7
49
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
62
- instance: ${{ env.INSTANCE }}
63
-
+ # 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
+ # instance: ${{ env.INSTANCE }}
+#
64
deploy:
65
environment:
66
name: github-pages
0 commit comments