Skip to content

Commit 42dcf1b

Browse files
committed
Remove Algolia indexing steps from GitHub Actions workflow
1 parent b65af32 commit 42dcf1b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/algolia-index.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,3 @@ jobs:
6868
SENTRY_DSN: https://[email protected]/0
6969
NEXT_PUBLIC_SENTRY_DSN: https://[email protected]/0
7070
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-
env:
79-
ALGOLIA_WRITE_API_KEY: ${{ secrets.ALGOLIA_WRITE_API_KEY }}
80-
NEXT_PUBLIC_DEVELOPER_DOCS: '1'
81-
run: pnpm build:developer-docs && bun ./scripts/algolia.ts
82-
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)