Skip to content

Maven Site Deploy to GitHub Pages #295

Maven Site Deploy to GitHub Pages

Maven Site Deploy to GitHub Pages #295

Workflow file for this run

# 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