File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments