Create deploy-docs-test.yml

This commit is contained in:
Ryan Baxter
2024-04-05 15:17:33 -04:00
committed by GitHub
parent 41812770c7
commit fd435c59b7

16
.github/workflows/deploy-docs-test.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Deploy Docs
on:
workflow_dispatch:
jobs:
context:
runs-on: ubuntu-latest
steps:
- name: Dump github context
run: echo "$GITHUB_CONTEXT"
shell: bash
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
deploy-doocs:
uses: spring-cloud/spring-cloud-build/.github/workflows/spring-cloud-deploy-docs.yml@v1