Skip to content

Commit

Permalink
chore: add back algolia recrawler (#3332)
Browse files Browse the repository at this point in the history
Co-authored-by: José Pedro Sousa <github@zepedro.me>
  • Loading branch information
kevaundray and signorecello authored Oct 29, 2023
1 parent 778e620 commit 153cb83
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/recrawler.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# name: Algolia Recrawl
# on:
# push:
# branches: [ master ]
# workflow_dispatch:
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
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 153cb83

Please sign in to comment.