-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: comment out algolia recrawler workflow as its failing master (#…
- Loading branch information
1 parent
47f6699
commit 778e620
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |