Skip to content

Commit

Permalink
chore: recrawl docs on merge (#3306)
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello authored Oct 26, 2023
1 parent cb81192 commit dbb6cf0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/recrawler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Algolia Recrawl
on:
push:
branches: [ master ]
workflow_dispatch:

jobs:
algolia_recrawl:
name: Algolia Recrawl
runs-on: ubuntu-latest
steps:
- name: Algolia crawler creation and crawl
uses: algolia/algoliasearch-crawler-github-actions@v1.1.0
id: algolia_crawler
with:
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
site-url: 'https://noir-lang.org/'
crawler-name: noir-lang
override-config: false

0 comments on commit dbb6cf0

Please sign in to comment.