Skip to content

Commit 5dd1642

Browse files
committed
fix
1 parent 894ce0d commit 5dd1642

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Hugo
2424
uses: peaceiris/actions-hugo@6e295a6a0c9087bf374299e9d67f9d2edab9f18f # v3.0.0
2525
with:
26-
hugo-version: 'latest'
26+
hugo-version: '0.119.0'
2727
extended: true
2828

2929
- name: Set up Node

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Hugo
2727
uses: peaceiris/actions-hugo@6e295a6a0c9087bf374299e9d67f9d2edab9f18f # v3.0.0
2828
with:
29-
hugo-version: 'latest'
29+
hugo-version: '0.119.0'
3030
extended: true
3131

3232
- name: Set up Node

content/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ Read the Koperator documentation.
2323
We do a [Pull Request](https://github.com/adobe/koperator/pulls) contributions workflow on **GitHub**. New users and developers are always welcome!
2424
{{% /blocks/feature %}}
2525

26+
{{< /blocks/section >}}
27+

0 commit comments

Comments
 (0)