fix(publish-techdocs): fix path to workflow (#142) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow calls a reusable workflow to publish TechDocs to the Backstage ops GCS bucket. | |
name: Publish TechDocs | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- 'docs/**' | |
- 'mkdocs.yml' | |
- '.github/workflows/publish-techdocs.yml' | |
jobs: | |
publish-docs: | |
uses: grafana/shared-workflows/.github/workflows/publish-techdocs.yaml@main | |
secrets: inherit | |
with: | |
namespace: default | |
kind: component | |
name: grafana-build |