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 and guipublic committed Oct 27, 2023
1 parent fb4c8b7 commit 7d79006
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/[email protected]
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 7d79006

Please sign in to comment.