fix deploy

This commit is contained in:
parent 3ada961a89
commit 894c8878ba
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -14,7 +14,7 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Build Link Index
uses: jackyzha0/hugo-obsidian@v2.18
uses: https://github.com/jackyzha0/hugo-obsidian@v2.18
with:
index: true
input: content
@ -22,7 +22,7 @@ jobs:
root: .
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: https://github.com/peaceiris/actions-hugo@v2
with:
hugo-version: '0.96.0'
extended: true
@ -31,7 +31,7 @@ jobs:
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: https://github.com/peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public