Skip to content

added new action to build + push to azure #1

added new action to build + push to azure

added new action to build + push to azure #1

Workflow file for this run

on:
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 12 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}}