File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
name : Build the staging documentation site
8
8
runs-on : ubuntu-latest
9
9
env :
10
- HUGO_VERSION : 0.111.2
10
+ HUGO_VERSION : 0.143.1
11
11
GCLOUD_VERSION : 458.0.1-linux-x86_64
12
12
BUCKET : docs-staging-learn-redis-com
13
13
BUCKET_SERVICE_ACCOUNT : ${{ secrets.BUCKET_DOCUMENTATION_SA_STAGING }}
Original file line number Diff line number Diff line change 7
7
name : Build the production documentation site
8
8
runs-on : ubuntu-latest
9
9
env :
10
- HUGO_VERSION : 0.111.2
10
+ HUGO_VERSION : 0.143.1
11
11
GCLOUD_VERSION : 458.0.1-linux-x86_64
12
12
BUCKET : docs-prod-learn-redis-com
13
13
BUCKET_SERVICE_ACCOUNT : ${{ secrets.BUCKET_DOCUMENTATION_SA_PROD }}
Original file line number Diff line number Diff line change 1
1
HUGO_CONTENT =./content
2
- HUGO_DEBUG =--debug --log
2
+ HUGO_DEBUG =--logLevel debug
3
3
HUGO_BUILD =--gc
4
4
5
5
all : clean deps components hugo
You can’t perform that action at this time.
0 commit comments