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 bbea872 commit 00c3633Copy full SHA for 00c3633
.github/workflows/check.yml
@@ -689,7 +689,12 @@ jobs:
689
env:
690
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
691
692
- - name: Push generation to the Algolia docs
+ - name: Push specs and snippets to algolia/doc
693
run: yarn workspace scripts pushToAlgoliaDoc
694
695
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