Skip to content

Commit 98163e0

Browse files
committedMay 10, 2022
chore(ci): fix algolia workflows
1 parent de6f253 commit 98163e0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed
 

‎.github/workflows/algolia-integrity.yml

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- name: Build Packages
2323
run: yarn build
2424

25-
- name: Typecheck
26-
run: yarn workspace website build
27-
2825
- name: Algolia generate
2926
run: yarn workspace website algolia-sync
3027
env:

‎.github/workflows/algolia-publish.yml

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- name: Build Packages
2626
run: yarn build
2727

28-
- name: Typecheck
29-
run: yarn workspace website build
30-
3128
- name: Algolia push
3229
run: yarn workspace website algolia-sync
3330
env:

1 commit comments

Comments
 (1)
Please sign in to comment.