Skip to content

Commit 5beb945

Browse files
authored
Merge branch 'main' into chore/add-docs-owner
2 parents f55a087 + df69c44 commit 5beb945

File tree

8 files changed

+7
-4
lines changed

8 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
NGINX_CONF_DIR=internal/mode/static/nginx/conf
314314
315315
- name: Run Trivy vulnerability scanner
316-
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0
316+
uses: aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41 # 0.15.0
317317
continue-on-error: true
318318
with:
319319
image-ref: ghcr.io/nginxinc/nginx-gateway-fabric${{ matrix.container == 'nginx' && '/nginx' || '' }}:${{ steps.meta.outputs.version }}

.github/workflows/update-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
NGINX_CONF_DIR=internal/mode/static/nginx/conf
124124
125125
- name: Run Trivy vulnerability scanner
126-
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0
126+
uses: aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41 # 0.15.0
127127
continue-on-error: true
128128
with:
129129
image-ref: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:${{ needs.variables.outputs.ngf_tag }}

site/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ build-dev:
8989
hugo --gc -e development
9090

9191
deploy-preview: hugo-mod
92-
hugo --gc -b ${NETLIFY_DEPLOY_URL}
92+
hugo --gc -b ${NETLIFY_DEPLOY_URL}/nginx-gateway-fabric/

site/config/_default/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
title = "NGINX Gateway Fabric"
22
enableGitInfo = false
33
baseURL = "/"
4-
publishDir = "public/nginx-gateway-fabric"
54
staticDir = ["static"]
65
languageCode = "en-us"
76
description = "NGINX Gateway Fabric."

site/config/development/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
baseURL = "https://docs-dev.nginx.com/nginx-gateway-fabric"
22
title = "DEV -- NGINX Gateway Fabric"
3+
publishDir = "public/nginx-gateway-fabric"
34
canonifyURLs = false

site/config/production/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
baseURL = "/nginx-gateway-fabric"
22
title = "NGINX Gateway Fabric"
3+
publishDir = "public/nginx-gateway-fabric"
34
canonifyURLs = false

site/config/staging/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
baseURL = "https://docs-staging.nginx.com/nginx-gateway-fabric"
22
title = "STAGING -- NGINX Gateway Fabric"
3+
publishDir = "public/nginx-gateway-fabric"
34
canonifyURLs = false

site/netlify.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build]
22
base = "site/"
33
publish = "public"
4+
command = "hugo --gc -b $DEPLOY_PRIME_URL/nginx-gateway-fabric"
45

56
[context.production]
67
command = "make all"

0 commit comments

Comments
 (0)