Create deploy-docs-test.yml
This commit is contained in:
16
.github/workflows/deploy-docs-test.yml
vendored
Normal file
16
.github/workflows/deploy-docs-test.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user