Skip to content

Commit 99f9739

Browse files
committed
work on chrome install and exclude pages
1 parent 301bb07 commit 99f9739

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818

19+
- name: Install chrome
20+
uses: browser-actions/setup-chrome@v2
21+
id: setup-chrome
22+
- name: test chrome
23+
run: |
24+
${{ steps.setup-chrome.outputs.chrome-path }} --version
25+
chrome --version
26+
chromium --version
27+
which chrome
1928
- name: Python setup
2029
uses: actions/setup-python@v3
2130
# - name: Sphinx setup

MDhelp/mkdocs.yml_pdf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ plugins:
6161
author: Brian H. Toby and Robert B. Von Dreele
6262
enabled_if_env: ENABLE_PDF_EXPORT
6363
cover_title: GSAS-II Help information
64-
cover_subtitle: a compilation of HTML pages
65-
copyright: this material is available at https://advancedphotonsource.github.io/GSAS-II-tutorials/help/
64+
cover_subtitle: A compilation of HTML pages as a PDF document
65+
copyright: From https://advancedphotonsource.github.io/GSAS-II-tutorials/help/
6666
back_cover: true
6767
output_path: GSASII-help.pdf
6868
exclude_pages:
69-
- 'index.md'
69+
- index.md
7070
#render_js: true
7171

7272
- i18n:

0 commit comments

Comments
 (0)