mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
Update aloglia.yml
This commit is contained in:
parent
c2e84407f4
commit
27916b88b2
40
.github/workflows/aloglia.yml
vendored
40
.github/workflows/aloglia.yml
vendored
@ -1,22 +1,22 @@
|
|||||||
|
|
||||||
name: Algolia Upload Records
|
# name: Algolia Upload Records
|
||||||
on:
|
# on:
|
||||||
[push] #推送时执行
|
# [push] #推送时执行
|
||||||
jobs:
|
# jobs:
|
||||||
algolia:
|
# algolia:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- name: Get the content of algolia.json as config
|
# - name: Get the content of algolia.json as config
|
||||||
id: algolia_config
|
# id: algolia_config
|
||||||
run: echo "::set-output name=config::$(cat algolia.json | jq -r tostring)"
|
# run: echo "::set-output name=config::$(cat algolia.json | jq -r tostring)"
|
||||||
- name: Algolia Crawler Automatic Crawl
|
# - name: Algolia Crawler Automatic Crawl
|
||||||
uses: algolia/algoliasearch-crawler-github-actions@v1.1.0
|
# uses: algolia/algoliasearch-crawler-github-actions@v1.1.0
|
||||||
id: algolia_crawler
|
# id: algolia_crawler
|
||||||
with: # mandatory parameters
|
# with: # mandatory parameters
|
||||||
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
|
# crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
|
||||||
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
|
# crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
|
||||||
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
|
# algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
|
||||||
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
|
# algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
|
||||||
site-url: 'https://wot-design-uni.netlify.app'
|
# site-url: 'https://wot-design-uni.netlify.app'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user