Skip to content

act: update docs

act: update docs #67

Workflow file for this run

name: Generate Site
on:
push:
branches: [ "main" ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 22
uses: actions/setup-java@v3
with:
java-version: '22'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -pl !spring-jdbc-oracle-test -B site site:stage
- name: Deploy Site
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: target/staging