fix deploy
This commit is contained in:
parent
39494dce4c
commit
3ada961a89
@ -14,7 +14,7 @@ jobs:
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
- name: Build Link Index
|
||||
uses: github.com/jackyzha0/hugo-obsidian@v2.18
|
||||
uses: jackyzha0/hugo-obsidian@v2.18
|
||||
with:
|
||||
index: true
|
||||
input: content
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
root: .
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: github.com/peaceiris/actions-hugo@v2
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.96.0'
|
||||
extended: true
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
run: hugo --minify
|
||||
|
||||
- name: Deploy
|
||||
uses: github.com/peaceiris/actions-gh-pages@v3
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./public
|
||||
|
Loading…
Reference in New Issue
Block a user