docs: add prominent CRD browser link to HANA overview page #30
Workflow file for this run
This file contains hidden or 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
| name: Test Docs Hub Build | |
| permissions: | |
| contents: read | |
| on: | |
| pull_request: | |
| paths: | |
| - 'docs/**' | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - 'docs/**' | |
| jobs: | |
| test-docs-hub-build-pr: | |
| if: github.event_name == 'pull_request' | |
| uses: SAP/crossplane-provider-docs/.github/workflows/test-submodule-build.yml@main | |
| with: | |
| provider-repo: ${{ github.event.pull_request.head.repo.full_name }} | |
| provider-ref: ${{ github.event.pull_request.head.sha }} | |
| submodule-path: docs/crossplane-provider-hana | |
| test-docs-hub-build-push: | |
| if: github.event_name == 'push' | |
| uses: SAP/crossplane-provider-docs/.github/workflows/test-submodule-build.yml@main | |
| with: | |
| provider-repo: ${{ github.repository }} | |
| provider-ref: ${{ github.sha }} | |
| submodule-path: docs/crossplane-provider-hana |