mirror of https://github.com/jkjoy/hugoblog.git
Update main.yml
This commit is contained in:
parent
a8dad1c5fb
commit
e9c8566663
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Search
|
- name: Search
|
||||||
uses: caibingcheng/hugo-algolia2@v1
|
uses: caibingcheng/hugo-algolia2@v1
|
||||||
with:
|
with:
|
||||||
input: "content/zh-cn/story/**"
|
input: "content/zh-cn/posts/**"
|
||||||
index: "blog"
|
index: "blog"
|
||||||
apikey: ${{ secrets.ALGOLIA_WRITE_KEY }}
|
apikey: ${{ secrets.ALGOLIA_WRITE_KEY }}
|
||||||
appid: "CIU4I6RWD0"
|
appid: "CIU4I6RWD0"
|
||||||
|
|
Loading…
Reference in New Issue