Document --package escape syntax for Maven and delimiter-containing IDs #373
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: Pull Request build and deploy | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| branch_validation: | |
| uses: OctopusDeploy/microsite-deployment/.github/workflows/microsite-deployment-branch.yml@main | |
| with: | |
| octopus_project_name: "Docs Microsite" | |
| package_id: "DocsMicrosite" | |
| secrets: inherit |