Skip to content

Combined Build Release and Build PDF Manual #38

Combined Build Release and Build PDF Manual

Combined Build Release and Build PDF Manual #38

name: Combined Build Release and Build PDF Manual
on:
workflow_dispatch: # Allows manual trigger from the Actions tab
jobs:
# Job 1: Triggers the Windows EXE build
build-executable:
uses: ./.github/workflows/build-release.yml
permissions:
contents: write
packages: write
actions: write
secrets: inherit
# Job 2: Triggers the LaTeX compilation and Pages deploy
build-documentation:
uses: ./.github/workflows/build-pdf-manual.yml
permissions:
contents: read
pages: write
id-token: write
secrets: inherit