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 b65af32 commit 42dcf1bCopy full SHA for 42dcf1b
.github/workflows/algolia-index.yml
@@ -68,15 +68,3 @@ jobs:
68
SENTRY_DSN: https://[email protected]/0
69
NEXT_PUBLIC_SENTRY_DSN: https://[email protected]/0
70
NEXT_PUBLIC_DEVELOPER_DOCS: 1
71
-
72
- - name: Build & Update Sentry Docs Algolia Index
73
- env:
74
- ALGOLIA_WRITE_API_KEY: ${{ secrets.ALGOLIA_WRITE_API_KEY }}
75
- run: pnpm build && bun ./scripts/algolia.ts
76
- if: github.ref == 'refs/heads/master'
77
- - name: Build & Update Developer Docs Algolia Index
78
79
80
- NEXT_PUBLIC_DEVELOPER_DOCS: '1'
81
- run: pnpm build:developer-docs && bun ./scripts/algolia.ts
82
0 commit comments