Skip to content

Commit 7e4bf6c

Browse files
committed
install PDF package in workflow
1 parent 79ace20 commit 7e4bf6c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929

3030
- name: Install python packages
3131
run: |
32+
python -m pip install --upgrade pip setuptools wheel
3233
pip install mkdocs-material
3334
pip install mkdocs-open-in-new-tab
35+
pip install mkdocs-with-pdf
3436
3537
- name: Deploy
3638
run: mkdocs gh-deploy --force --verbose

mkdocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ plugins:
4343
output_path: OWASP_Developer_Guide.pdf
4444
cover_title: Developer Guide
4545
cover_subtitle: A Guide to Building Secure Web Applications and Web Services
46-
cover_logo: assets/logos/dg_logo.png
46+
cover_logo: docs/assets/logos/dg_logo.png
4747
author: Open Worldwide Application Security Project (OWASP)
4848
copyright: Creative Commons Attribution ShareAlike 4.0 International (CC BY-SA 4.0)
4949

0 commit comments

Comments
 (0)