Skip to content

Commit

Permalink
Create deploy-docs-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Apr 5, 2024
1 parent 8c14536 commit e016f18
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy-docs-test.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e016f18

Please sign in to comment.