Update .gitea/workflows/hugo-build.yml
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 15s
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 15s
This commit is contained in:
@ -15,7 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive # Fetch Hugo themes (true OR recursive)
|
submodules: recursive # 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
|
||||||
token: ${{ secret.PAT_TOKEN }}
|
token: ${{ secrets.PAT_TOKEN }}
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
run: |
|
run: |
|
||||||
git pull
|
git pull
|
||||||
|
Reference in New Issue
Block a user