Skip to content

Commit

Permalink
🧪 test: algolia 工作流支持-patch_3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyu1998 committed Nov 5, 2024
1 parent 392e676 commit 33b463e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 36 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/algoliasearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Get the content of algolia.json as config
id: algolia_config
run: echo "config=$(cat crawlerConfig.json | jq -r tostring)" >> $GITHUB_OUTPUT
- name: Prepare Algolia DocSearch config
run: |
echo '${{ secrets.ALGOLIA_CONFIG }}' > config.json
cat config.json
- name: Trigger Algolia Crawler
uses: algolia/algoliasearch-crawler-github-actions@v1
Expand Down
33 changes: 0 additions & 33 deletions crawlerConfig.json

This file was deleted.

0 comments on commit 33b463e

Please sign in to comment.