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 c08da20 commit 0101876Copy full SHA for 0101876
.github/workflows/static.yml
@@ -48,14 +48,6 @@ jobs:
48
artifacts/report.json
49
retention-days: 7
50
51
-# Add the step below to upload Algolia indexes
52
- - name: Upload algolia-indexes
53
- uses: actions/upload-artifact@v3
54
- with:
55
- name: algolia-indexes
56
- path: artifacts/${{ env.ALGOLIA_ARTIFACT }}
57
- retention-days: 7
58
-
59
# Add the job below and artifacts/report.json on Upload documentation step above if you want to fail the build when documentation contains errors
60
test:
61
# Requires build job results
0 commit comments