Skip to content

Merge pull request #71 from bci-oss/fix-esmf-sdk-tag #72

Merge pull request #71 from bci-oss/fix-esmf-sdk-tag

Merge pull request #71 from bci-oss/fix-esmf-sdk-tag #72

Workflow file for this run

name: Antora Build
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Build
run: |
./mvnw -B generate-resources -Pantora
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
branch: gh-pages
folder: build/site