We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516468f commit dd39601Copy full SHA for dd39601
.github/workflows/build-docs.yml
@@ -62,25 +62,11 @@ jobs:
62
artifacts/report.json
63
artifacts/${{ env.ALGOLIA_ARTIFACT }}
64
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
78
- instance: ${{ env.INSTANCE }}
79
deploy:
80
environment:
81
name: github-pages
82
url: ${{ steps.deployment.outputs.page_url }}
83
- needs: [build, test]
+ needs: [build]
84
runs-on: ubuntu-latest
85
steps:
86
- name: Download artifacts
0 commit comments