Skip to content

automatically add pdfinfo (specifically pdftitle/pdfauthor) with hype… #50

automatically add pdfinfo (specifically pdftitle/pdfauthor) with hype…

automatically add pdfinfo (specifically pdftitle/pdfauthor) with hype… #50

name: test-build-latex
on: push
env:
SOURCE_NAME: main
jobs:
build-pdflatex:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/latexmk-and-output
with:
job_engine: pdf
job_source: ${{ env.SOURCE_NAME }}
job_artifact_suffix: -pdflatex
build-xelatex:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/latexmk-and-output
with:
job_engine: pdfxe
job_source: ${{ env.SOURCE_NAME }}
job_artifact_suffix: -xelatex