index plural and bold #74
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build LaTeX documents | |
on: | |
push: | |
branches: | |
- '**' | |
tags-ignore: | |
- '**' | |
workflow_dispatch: | |
permissions: | |
contents: write | |
jobs: | |
build: | |
name: Build LaTeX documents | |
# A Git ref in the repository istqb_product_base, which should be used for the CI definition | |
uses: istqborg/istqb_product_base/.github/workflows/compile.yml@main | |
with: | |
skip-prerelease: true | |
# A Git ref in the repository istqb_product_base, which should be used for the LaTeX+Markdown template | |
base-version: main |