Create deploy-docs-test.yml

This commit is contained in:
Ryan Baxter
2024-04-05 17:06:43 -04:00
committed by GitHub
parent 8c14536ffc
commit e016f18d74

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

@@ -0,0 +1,17 @@
name: Deploy Docs Test
on:
push:
branches-ignore: [ gh-pages ]
tags: '**'
repository_dispatch:
types: request-build-reference # legacy
#schedule:
#- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch:
jobs:
deploy-docs:
uses: spring-cloud/spring-cloud-build/.github/workflows/spring-cloud-deploy-docs.yml@main
with:
build-refname: ${{ github.event.inputs.build-refname }}
secrets: inherit