Skip to content

Commit 436841e

Browse files
committed
added new action to build + push to azure
1 parent 36d8120 commit 436841e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
paths:
6+
- nginx-gateway-fabric/site/content
7+
pull_request:
8+
branches:
9+
- "*"
10+
jobs:
11+
call-docs-build-push:
12+
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@main
13+
with:
14+
production_url_path: "/nginx-gateway-fabric"
15+
preview_url_path: "/previews/nginx-gateway-fabric/"
16+
docs_source_path: "./public/"
17+
cdn_content_path: "/*"
18+
doc_type: "hugo"
19+
secrets:
20+
AZURE_CREDENTIALS: ${{secrets.AZURE_CREDENTIALS}}
21+
AZURE_KEY_VAULT: ${{secrets.AZURE_KEY_VAULT}}

0 commit comments

Comments
 (0)