feat(ci): tidy go.mod and go.sum after update
This commit is contained in:
parent
55c3a681f7
commit
934897e420
@ -24,6 +24,9 @@ jobs:
|
|||||||
- name: Update theme
|
- name: Update theme
|
||||||
run: hugo mod get -u github.com/CaiJimmy/hugo-theme-stack/v3
|
run: hugo mod get -u github.com/CaiJimmy/hugo-theme-stack/v3
|
||||||
|
|
||||||
|
- name: Tidy go.mod, go.sum
|
||||||
|
run: hugo mod tidy
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
Loading…
Reference in New Issue
Block a user