File tree Expand file tree Collapse file tree 8 files changed +7
-4
lines changed Expand file tree Collapse file tree 8 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ jobs:
313
313
NGINX_CONF_DIR=internal/mode/static/nginx/conf
314
314
315
315
- name : Run Trivy vulnerability scanner
316
- uses : aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14 .0
316
+ uses : aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41 # 0.15 .0
317
317
continue-on-error : true
318
318
with :
319
319
image-ref : ghcr.io/nginxinc/nginx-gateway-fabric${{ matrix.container == 'nginx' && '/nginx' || '' }}:${{ steps.meta.outputs.version }}
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
NGINX_CONF_DIR=internal/mode/static/nginx/conf
124
124
125
125
- name : Run Trivy vulnerability scanner
126
- uses : aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14 .0
126
+ uses : aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41 # 0.15 .0
127
127
continue-on-error : true
128
128
with :
129
129
image-ref : ghcr.io/nginxinc/nginx-gateway-fabric/nginx:${{ needs.variables.outputs.ngf_tag }}
Original file line number Diff line number Diff line change @@ -89,4 +89,4 @@ build-dev:
89
89
hugo --gc -e development
90
90
91
91
deploy-preview : hugo-mod
92
- hugo --gc -b ${NETLIFY_DEPLOY_URL}
92
+ hugo --gc -b ${NETLIFY_DEPLOY_URL} /nginx-gateway-fabric/
Original file line number Diff line number Diff line change 1
1
title = " NGINX Gateway Fabric"
2
2
enableGitInfo = false
3
3
baseURL = " /"
4
- publishDir = " public/nginx-gateway-fabric"
5
4
staticDir = [" static" ]
6
5
languageCode = " en-us"
7
6
description = " NGINX Gateway Fabric."
Original file line number Diff line number Diff line change 1
1
baseURL = " https://docs-dev.nginx.com/nginx-gateway-fabric"
2
2
title = " DEV -- NGINX Gateway Fabric"
3
+ publishDir = " public/nginx-gateway-fabric"
3
4
canonifyURLs = false
Original file line number Diff line number Diff line change 1
1
baseURL = " /nginx-gateway-fabric"
2
2
title = " NGINX Gateway Fabric"
3
+ publishDir = " public/nginx-gateway-fabric"
3
4
canonifyURLs = false
Original file line number Diff line number Diff line change 1
1
baseURL = " https://docs-staging.nginx.com/nginx-gateway-fabric"
2
2
title = " STAGING -- NGINX Gateway Fabric"
3
+ publishDir = " public/nginx-gateway-fabric"
3
4
canonifyURLs = false
Original file line number Diff line number Diff line change 1
1
[build ]
2
2
base = " site/"
3
3
publish = " public"
4
+ command = " hugo --gc -b $DEPLOY_PRIME_URL/nginx-gateway-fabric"
4
5
5
6
[context .production ]
6
7
command = " make all"
You can’t perform that action at this time.
0 commit comments