Fix PDF build in CI

Added workflow for building PDF. Progress.

Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
nopeitsnothing
2026-04-12 04:21:45 -04:00
parent d0dfec95db
commit f667d020d5
+4 -4
View File
@@ -1,4 +1,4 @@
name: 🚀 Build guide PDF name: 📖 Build PDF
on: on:
workflow_dispatch: workflow_dispatch:
@@ -26,10 +26,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v6
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: "3.12" python-version: "3.12"
@@ -47,7 +47,7 @@ jobs:
run: python scripts/build_guide_pdf.py run: python scripts/build_guide_pdf.py
- name: Upload PDF artifact - name: Upload PDF artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: guide-pdf name: guide-pdf
path: export/guide.pdf path: export/guide.pdf