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