Maven Site Deploy to GitHub Pages #288
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# When main branch is updated: | |
# - Build site | |
# - Deploy to GitHub Pages | |
# - Update dependabot dependency graph | |
name: Maven Site Deploy to GitHub Pages | |
on: | |
push: | |
branches: [ "main" ] | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
deploy: | |
uses: sentrysoftware/workflows/.github/workflows/maven-site-deploy.yml@main | |
with: | |
jdkVersion: "17" | |
secrets: inherit |