Skip to content

Commit 00c3633

Browse files
committed
chore: push on release
1 parent bbea872 commit 00c3633

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,12 @@ jobs:
689689
env:
690690
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
691691

692-
- name: Push generation to the Algolia docs
692+
- name: Push specs and snippets to algolia/doc
693693
run: yarn workspace scripts pushToAlgoliaDoc
694694
env:
695695
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
696+
697+
- name: Push guides to algolia/AlgoliaWeb
698+
run: yarn workspace scripts pushToAlgoliaWeb
699+
env:
700+
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}

0 commit comments

Comments
 (0)