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 012adb5 commit cb4c6e5Copy full SHA for cb4c6e5
.github/workflows/algolia.yml
@@ -0,0 +1,21 @@
1
+---
2
+name: Refresh Algolia Index
3
+
4
+on:
5
+ deployment:
6
7
+jobs:
8
+ refresh:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - if: ${{ github.event.environment == 'github-pages' }}
12
+ uses: algolia/[email protected]
13
+ id: algolia_crawler
14
+ with: # mandatory parameters
15
+ crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
16
+ crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
17
+ algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
18
+ algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
19
+ crawler-name: 'help-yagpdb'
20
+ github-token: ${{ secrets.GITHUB_TOKEN }}
21
+ site-url: 'https://help.yagpdb.xyz'
0 commit comments