# Generated by the rollout-deploy-docs workflow in # spring-cloud/spring-cloud-github-actions. # # Do not edit this file directly - update examples/deploy-docs.yml there # and re-run the rollout, otherwise your change will be overwritten. name: Deploy Docs run-name: ${{ format('{0} ({1})', github.workflow, github.event.inputs.build-refname || 'all') }} on: workflow_dispatch: inputs: build-refname: description: Enter git refname to build (e.g., 4.3.x). required: false push: branches: docs-build permissions: read-all jobs: deploy-docs: uses: spring-cloud/spring-cloud-github-actions/.github/workflows/deploy-docs.yml@b6a6b1963b8762420526591c3d363bd7d09e7d4b # v1.1.1 with: build_refname: ${{ github.event.inputs.build-refname }} # Optional overrides - the defaults are correct for every current project: # java_version: '17' # build_command: './mvnw --no-transfer-progress -B antora -Pdocs' # runs_on: 'ubuntu-latest' # context_root: 'spring-cloud-' secrets: inherit