Update .gitea/workflows/publish.yaml
All checks were successful
CI Hugo Publish / build-and-deploy (push) Successful in 20s
All checks were successful
CI Hugo Publish / build-and-deploy (push) Successful in 20s
This commit is contained in:
parent
c5f30e590d
commit
07f5e8accb
@ -13,6 +13,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
persist-credentials: false
|
||||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user