Skip to content

added new action to build + push to azure #2

added new action to build + push to azure

added new action to build + push to azure #2

Workflow file for this run

on:
workflow_dispatch:
inputs:
branch:
description: "Source branch to deploy"
required: false
default: "main"
type: string
environment:
description: "Determines where build gets pushed to"
required: false
default: "preview"
type: choice
options:
- preview
- dev
- staging
- prod
push:
branches:
- main
paths:
- nginx-gateway-fabric/site/content
pull_request:
branches:
- "*"
jobs:
call-docs-build-push:
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@main

Check failure on line 29 in .github/workflows/build-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-push.yml" -> "nginxinc/docs-actions/.github/workflows/docs-build-push.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
production_url_path: "/nginx-gateway-fabric"
preview_url_path: "/previews/nginx-gateway-fabric/"
docs_source_path: "./public/"
cdn_content_path: "/*"
doc_type: "hugo"
secrets:
AZURE_CREDENTIALS: ${{secrets.AZURE_CREDENTIALS}}
AZURE_KEY_VAULT: ${{secrets.AZURE_KEY_VAULT}}