mirror of https://github.com/jkjoy/hugoblog.git
Merge branch 'main' of https://github.com/jkjoy/hugoblog
This commit is contained in:
commit
cc1a141887
|
@ -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