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