.
This commit is contained in:
parent
08a8aeecac
commit
03796a74f0
@ -11,7 +11,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 99 # Fetch all history for .GitInfo and .Lastmod
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
|
|
||||||
- name: Build Link Index
|
- name: Build Link Index
|
||||||
uses: https://github.com/jackyzha0/hugo-obsidian@v2.18
|
uses: https://github.com/jackyzha0/hugo-obsidian@v2.18
|
||||||
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: https://github.com/peaceiris/actions-hugo@v2
|
uses: https://github.com/peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.96.0'
|
hugo-version: '0.112.4'
|
||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: https://github.com/peaceiris/actions-gh-pages@v3
|
uses: https://github.com/peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITEA_TOKEN }}
|
||||||
publish_dir: ./public
|
publish_dir: ./public
|
||||||
publish_branch: deploy # deploying branch
|
publish_branch: deploy # deploying branch
|
||||||
cname: www.tablet.sh
|
cname: tablet.sh
|
||||||
|
@ -106,7 +106,7 @@ params:
|
|||||||
# (Optional, default docs) Specify root page to render child pages as menu.
|
# (Optional, default docs) Specify root page to render child pages as menu.
|
||||||
# Page is resoled by .GetPage function: https://gohugo.io/functions/getpage/
|
# Page is resoled by .GetPage function: https://gohugo.io/functions/getpage/
|
||||||
# For backward compatibility you can set '*' to render all sections to menu. Acts same as '/'
|
# For backward compatibility you can set '*' to render all sections to menu. Acts same as '/'
|
||||||
BookSection: "/content"
|
BookSection: "/"
|
||||||
|
|
||||||
# Set source repository location.
|
# Set source repository location.
|
||||||
# Used for 'Last Modified' and 'Edit this page' links.
|
# Used for 'Last Modified' and 'Edit this page' links.
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
{"Target":"book.min.c27ff4755c78daab11627953d5a6dd7e2698690e086398032995aae74d6397b6.css","MediaType":"text/css","Data":{"Integrity":"sha256-wn/0dVx42qsRYnlT1abdfiaYaQ4IY5gDKZWq501jl7Y="}}
|
{"Target":"book.min.e2402a4bae7efd7393551e07323a74940b721a9d706eb65d5dd4b81be758dc0b.css","MediaType":"text/css","Data":{"Integrity":"sha256-4kAqS65+/XOTVR4HMjp0lAtyGp1wbrZdXdS4G+dY3As="}}
|
Loading…
Reference in New Issue
Block a user