feat(ci): tidy go.mod and go.sum after update

This commit is contained in:
Jimmy Cai 2022-03-05 21:50:20 +00:00 committed by GitHub
parent 55c3a681f7
commit 934897e420

View File

@ -24,6 +24,9 @@ jobs:
- name: Update theme
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
uses: stefanzweifel/git-auto-commit-action@v4
with: