Create and upload pdf
This commit is contained in:
parent
125cb67adf
commit
8b391f10e6
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
|
@ -53,3 +53,10 @@ jobs:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v2
|
uses: actions/deploy-pages@v2
|
||||||
|
|
||||||
|
- name: Upload PDF
|
||||||
|
id: upload-pdf
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: document.pdf
|
||||||
|
path: site/pdf/document.pdf
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
site_name: My Docs
|
site_name: Navigating IT
|
||||||
|
site_author: Guillem Borrell PhD
|
||||||
|
site_url: https://github.com/bcgx-gp-atlasCommunity/retailtwin
|
||||||
|
copyright: © Guillem Borrell Nogueras, The Boston Consulting Group. All rights reserved.
|
||||||
repo_url: https://github.com/bcgx-gp-atlasCommunity/retailtwin
|
repo_url: https://github.com/bcgx-gp-atlasCommunity/retailtwin
|
||||||
edit_uri: edit/main/docs/
|
edit_uri: edit/main/docs/
|
||||||
|
|
||||||
|
@ -48,7 +51,8 @@ theme:
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
# - with-pdf
|
- with-pdf:
|
||||||
|
cover_subtitle: A course for core consultants and data scientists.
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- md_in_html
|
- md_in_html
|
||||||
|
|
Loading…
Reference in a new issue