Skip to content

Commit 0a58fbb

Browse files
committed
.deb chrome same problems as before
1 parent e1c3d70 commit 0a58fbb

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
4141
sudo apt install ./google-chrome-stable_current_amd64.deb
4242
43-
- name: test newly-installed chrome
44-
run: |
45-
which google-chrome-stable
46-
google-chrome-stable --version
47-
/usr/bin/google-chrome-stable --headless --disable-gpu --dump-dom https://google.com
43+
# - name: test newly-installed chrome
44+
# run: |
45+
# which google-chrome-stable
46+
# google-chrome-stable --version
47+
# /usr/bin/google-chrome-stable --headless --disable-gpu --dump-dom https://google.com
4848

4949
# - name: Setup chromium
5050
# uses: browser-actions/setup-chrome@v1
@@ -72,10 +72,7 @@ jobs:
7272
- name: mkdocs setup
7373
run: |
7474
pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n
75-
#pip install weasyprint
76-
#pip install mkdocs-with-pdf
7775
pip install mkdocs-to-pdf
78-
#weasyprint --info
7976
8077
- name: Checkout
8178
uses: actions/checkout@v4

MDhelp/mkdocs.yml_pdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ plugins:
6262
author: Brian H. Toby and Robert B. Von Dreele
6363
enabled_if_env: ENABLE_PDF_EXPORT
6464
cover_title: GSAS-II Help information
65-
cover_subtitle: A compilation of HTML pages as a PDF document
65+
cover_subtitle: A compilation of HTML pages into PDF
6666
copyright: From https://advancedphotonsource.github.io/GSAS-II-tutorials/help/
6767
#back_cover: true
6868
output_path: GSASII-help.pdf

0 commit comments

Comments
 (0)