File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 2828 - name : find relaxedjs
2929 run : |
3030 which relaxed
31- which relaxedjs
32- exit
33-
34- - name : stop
35- run : |
36- exit
3731
3832 # - name: Setup chromium
3933 # uses: browser-actions/setup-chrome@v1
7367 run : |
7468 cd MDhelp
7569 mkdocs build
76- # mv mkdocs.yml_pdf mkdocs.yml
77- # ENABLE_PDF_EXPORT=1 mkdocs build
70+ mv mkdocs.yml_pdf mkdocs.yml
71+ ENABLE_PDF_EXPORT=1 mkdocs build
7872 # mv site/GSASII-help.pdf ...
7973 #cp -vr site ../help_test
8074
Original file line number Diff line number Diff line change @@ -66,11 +66,12 @@ plugins:
6666 copyright: From https://advancedphotonsource.github.io/GSAS-II-tutorials/help/
6767 #back_cover: true
6868 output_path: GSASII-help.pdf
69- exclude_pages:
69+ # exclude_pages:
7070# - Contents
71- - index.md
72- render_js: true
73- headless_chrome_path: /usr/bin/chromium-browser
71+ # - index.md
72+ # render_js: true
73+ # headless_chrome_path: /usr/bin/chromium-browser
74+ relaxedjs_path: /usr/local/bin/relaxed
7475
7576 - i18n:
7677 docs_structure: suffix
You can’t perform that action at this time.
0 commit comments