Skip to content

Commit

Permalink
PDF builder fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Dec 3, 2023
1 parent 7ae6ac9 commit d35b46d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CompileMKDocsToPDF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ jobs:
- name: Checkout 🛒
uses: actions/checkout@v2
- name: Create Mkdocs Config 🚀
working-directory: ./docs
run: ./create-mkdocs-pdf-config.sh
- name: Build PDF 📃
uses: kartoza/mkdocs-deploy-build-pdf@master
# Uses orzih's mkdocs PDF builder
# https://github.com/orzih/mkdocs-with-pdf
env:
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
CONFIG_FILE: docs/mkdocs.yml
REQUIREMENTS: docs/requirements.txt
#REQUIREMENTS: folder/requirements.txt
- name: Upload PDF Artifact ⚡
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d35b46d

Please sign in to comment.