Skip to content

Commit c06c444

Browse files
committed
updated action to be filled completely
1 parent eed9d94 commit c06c444

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Build + Push to Azure
2+
13
on:
24
workflow_dispatch:
35
inputs:
@@ -30,8 +32,8 @@ jobs:
3032
with:
3133
production_url_path: "/nginx-gateway-fabric"
3234
preview_url_path: "/previews/nginx-gateway-fabric/"
33-
docs_source_path: "./public/"
34-
cdn_content_path: "/*"
35+
docs_source_path: "./site/content/"
36+
docs_build_path: "./site/"
3537
doc_type: "hugo"
3638
secrets:
3739
AZURE_CREDENTIALS: ${{secrets.AZURE_CREDENTIALS}}

0 commit comments

Comments
 (0)