mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
18 lines
445 B
YAML
18 lines
445 B
YAML
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
|