Skip to content

Commit a2080a5

Browse files
authored
Upgrade hugo version (#1127)
* Upgrade hugo version
1 parent e783098 commit a2080a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build the staging documentation site
88
runs-on: ubuntu-latest
99
env:
10-
HUGO_VERSION: 0.111.2
10+
HUGO_VERSION: 0.143.1
1111
GCLOUD_VERSION: 458.0.1-linux-x86_64
1212
BUCKET: docs-staging-learn-redis-com
1313
BUCKET_SERVICE_ACCOUNT: ${{ secrets.BUCKET_DOCUMENTATION_SA_STAGING }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build the production documentation site
88
runs-on: ubuntu-latest
99
env:
10-
HUGO_VERSION: 0.111.2
10+
HUGO_VERSION: 0.143.1
1111
GCLOUD_VERSION: 458.0.1-linux-x86_64
1212
BUCKET: docs-prod-learn-redis-com
1313
BUCKET_SERVICE_ACCOUNT: ${{ secrets.BUCKET_DOCUMENTATION_SA_PROD }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
HUGO_CONTENT=./content
2-
HUGO_DEBUG=--debug --log
2+
HUGO_DEBUG=--logLevel debug
33
HUGO_BUILD=--gc
44

55
all: clean deps components hugo

0 commit comments

Comments
 (0)