revert e5884ee897
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 7s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 7s
revert repointed link
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
go-version: '1.20'
|
||||
|
||||
# Generate hash for submodules
|
||||
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
- uses: actions/go-hashfiles@v0.0.1
|
||||
id: submodules-hash
|
||||
with:
|
||||
patterns: .gitmodules
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
# Generate hash for Hugo dependencies
|
||||
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
- uses: actions/go-hashfiles@v0.0.1
|
||||
id: hugo-deps-hash
|
||||
with:
|
||||
patterns: '**/go.sum'
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
extended: true
|
||||
|
||||
# Generate hash for Hugo resources
|
||||
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
- uses: actions/go-hashfiles@v0.0.1
|
||||
id: hugo-resources-hash
|
||||
with:
|
||||
patterns: |-
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
run: hugo --minify --buildFuture
|
||||
|
||||
# Generate hash for apt cache
|
||||
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
- uses: actions/go-hashfiles@v0.0.1
|
||||
id: apt-hash
|
||||
with:
|
||||
patterns: '**/deploy.yml'
|
||||
|
||||
Reference in New Issue
Block a user