Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 31e886d

Browse files
author
Anaminus
committed
Setup Hugo before building.
1 parent b9a3156 commit 31e886d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
go-version-file: "roar/go.mod"
3939
cache-dependency-path: |
4040
roar/go.sum
41+
- name: "Setup Hugo"
42+
uses: "peaceiris/actions-hugo@v2"
43+
with:
44+
hugo-version: "0.119.0"
45+
extended: true
4146
- name: "Build roar"
4247
run: |
4348
go build -v -o "bin/roar" "roar/cmd/roar"
@@ -48,11 +53,6 @@ jobs:
4853
--source "https://raw.githubusercontent.com/RobloxAPI/build-archive/master/data/" \
4954
--docs "https://github.com/Roblox/creator-docs" \
5055
--update
51-
- name: "Setup Hugo"
52-
uses: "peaceiris/actions-hugo@v2"
53-
with:
54-
hugo-version: "0.119.0"
55-
extended: true
5656
- name: "Build website"
5757
run: |
5858
hugo \

0 commit comments

Comments
 (0)