Skip to content

Commit dd39601

Browse files
committed
readme update
1 parent 516468f commit dd39601

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,11 @@ jobs:
6262
artifacts/report.json
6363
artifacts/${{ env.ALGOLIA_ARTIFACT }}
6464
retention-days: 7
65-
test:
66-
needs: build
67-
runs-on: ubuntu-latest
68-
steps:
69-
- name: Download artifacts
70-
uses: actions/download-artifact@v4
71-
with:
72-
name: docs
73-
path: artifacts
74-
75-
- name: Test documentation
76-
uses: JetBrains/writerside-checker-action@v1
77-
with:
78-
instance: ${{ env.INSTANCE }}
7965
deploy:
8066
environment:
8167
name: github-pages
8268
url: ${{ steps.deployment.outputs.page_url }}
83-
needs: [build, test]
69+
needs: [build]
8470
runs-on: ubuntu-latest
8571
steps:
8672
- name: Download artifacts

0 commit comments

Comments
 (0)