mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
Create deploy-docs-test.yml
This commit is contained in:
@@ -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