Align CSI driver table to fix MD060/table-column-style lint #94
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: Build and deploy | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [ main ] | |
| jobs: | |
| build_and_deploy: | |
| uses: OctopusDeploy/microsite-deployment/.github/workflows/microsite-deployment-full.yml@main | |
| with: | |
| octopus_project_name: 'Docs Microsite' | |
| package_id: 'DocsMicrosite' | |
| secrets: inherit |