Skip to content

attempt to fix PDF build #12

attempt to fix PDF build

attempt to fix PDF build #12

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
# tags:
# - '[0-9]+.[0-9]+.[0-9]+'
jobs:
documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "apt-get update -y && apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended"
build-command: "make latexpdf"
docs-folder: "docs"
- uses: actions/upload-artifact@v4
with:
name: documentation
path: docs/build/latex/iblrig.pdf
retention-days: 1