Skip to content

Commit 94c4d34

Browse files
committed
Disable CI tests
1 parent e396e81 commit 94c4d34

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)