Skip to content

Commit

Permalink
Create deploy-docs-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Baxter authored Apr 9, 2024
1 parent 722b726 commit 385137a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/deploy-docs-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Deploy Docs Test

on:
workflow_dispatch:
inputs:
build-refname:
description: Enter git refname to build (e.g., 5.7.x).
required: false
push:
branches: docs-build

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@docs-build
with:
build-refname: ${{ github.event.inputs.build-refname }}
secrets: inherit

0 comments on commit 385137a

Please sign in to comment.