Skip to content

Extract reusable build-generator action and update all actions to latest #7

Extract reusable build-generator action and update all actions to latest

Extract reusable build-generator action and update all actions to latest #7

name: Build Generator JAR
on:
push:
branches: [main]
paths:
- '.github/workflows/build-generator.yml'
- '.github/actions/build-generator/**'
- 'html-generators/generate.java'
schedule:
- cron: '0 6 * * 1' # every Monday at 06:00 UTC
workflow_dispatch:
permissions:
contents: read
actions: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/build-generator