Skip to content

Commit

Permalink
updated action to be filled completely
Browse files Browse the repository at this point in the history
  • Loading branch information
lamATnginx committed Jun 20, 2024
1 parent eed9d94 commit c06c444
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build + Push to Azure

on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -30,8 +32,8 @@ jobs:
with:
production_url_path: "/nginx-gateway-fabric"
preview_url_path: "/previews/nginx-gateway-fabric/"
docs_source_path: "./public/"
cdn_content_path: "/*"
docs_source_path: "./site/content/"
docs_build_path: "./site/"
doc_type: "hugo"
secrets:
AZURE_CREDENTIALS: ${{secrets.AZURE_CREDENTIALS}}
Expand Down

0 comments on commit c06c444

Please sign in to comment.