Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Aug 23, 2024
1 parent c466d54 commit 3db037e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@master
- name: Set up PDM
uses: pdm-project/setup-pdm@v4
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"
cache: true
python-version-file: pyproject.toml
- name: Install requirements
run: pdm sync -dG doc
- name: Sphinx build
run: pdm run make -C docs/ simplepdf
- uses: actions/upload-artifact@v4
with:
name: documentation
path: docs/build/latex/iblrig.pdf
path: docs/build/simplepdf/*.pdf
retention-days: 1

0 comments on commit 3db037e

Please sign in to comment.