We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45928f commit b18cfdaCopy full SHA for b18cfda
.github/workflows/hugo.yml
@@ -56,13 +56,13 @@ jobs:
56
hugo \
57
--minify \
58
--baseURL "${{ steps.pages.outputs.base_url }}/"
59
+ - name: Setup IndexNow
60
+ # 动态生成KEY文件以防止它们在公共存储库中泄露。
61
+ run: echo ${{ secrets.INDEXNOW_KEY }} > public/${{ secrets.INDEXNOW_KEY }}.txt
62
- name: Upload artifact
63
uses: actions/upload-pages-artifact@v3
64
with:
65
path: ./public
- - name: Setup IndexNow
- # 动态生成KEY文件以防止它们在公共存储库中泄露。
- run: echo ${{ secrets.INDEXNOW_KEY }} > public/${{ secrets.INDEXNOW_KEY }}.txt
66
67
# Deployment job
68
deploy:
0 commit comments