We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe368ad commit c64d731Copy full SHA for c64d731
.github/workflows/algolia.yml
.github/workflows/main.yml
@@ -50,3 +50,18 @@ jobs:
50
uses: actions/deploy-pages@v4
51
with:
52
artifact_name: docusaurus-build
53
+
54
+ algolia-crawl:
55
+ name: Algolia Crawl
56
+ runs-on: ubuntu-latest
57
+ needs: [deploy]
58
+ steps:
59
+ - name: Trigger Algolia Crawler
60
+ uses: algolia/algoliasearch-crawler-github-actions@v1
61
+ with:
62
+ crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
63
+ crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
64
+ algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
65
+ algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
66
+ site-url: "https://docs.lumberjack.rareloop.com"
67
+ override-config: false
0 commit comments