File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- name : Install python packages
31
31
run : |
32
+ python -m pip install --upgrade pip setuptools wheel
32
33
pip install mkdocs-material
33
34
pip install mkdocs-open-in-new-tab
35
+ pip install mkdocs-with-pdf
34
36
35
37
- name : Deploy
36
38
run : mkdocs gh-deploy --force --verbose
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ plugins:
43
43
output_path : OWASP_Developer_Guide.pdf
44
44
cover_title : Developer Guide
45
45
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
47
47
author : Open Worldwide Application Security Project (OWASP)
48
48
copyright : Creative Commons Attribution ShareAlike 4.0 International (CC BY-SA 4.0)
49
49
You can’t perform that action at this time.
0 commit comments