Skip to content

Commit

Permalink
Create deploy-docs-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Baxter authored Apr 9, 2024
1 parent e91d5c3 commit db25e10
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-docs-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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
secrets: inherit

0 comments on commit db25e10

Please sign in to comment.