revert e5884ee897
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 7s

revert repointed link
This commit is contained in:
2025-06-17 23:46:08 +02:00
parent e5884ee897
commit a9c8ca877b

View File

@@ -22,7 +22,7 @@ jobs:
go-version: '1.20' go-version: '1.20'
# Generate hash for submodules # Generate hash for submodules
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1 - uses: actions/go-hashfiles@v0.0.1
id: submodules-hash id: submodules-hash
with: with:
patterns: .gitmodules patterns: .gitmodules
@@ -45,7 +45,7 @@ jobs:
run: git submodule update --init --recursive run: git submodule update --init --recursive
# Generate hash for Hugo dependencies # 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 id: hugo-deps-hash
with: with:
patterns: '**/go.sum' patterns: '**/go.sum'
@@ -66,7 +66,7 @@ jobs:
extended: true extended: true
# Generate hash for Hugo resources # 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 id: hugo-resources-hash
with: with:
patterns: |- patterns: |-
@@ -89,7 +89,7 @@ jobs:
run: hugo --minify --buildFuture run: hugo --minify --buildFuture
# Generate hash for apt cache # 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 id: apt-hash
with: with:
patterns: '**/deploy.yml' patterns: '**/deploy.yml'