We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dca00 commit 53f1b90Copy full SHA for 53f1b90
.github/workflows/builddocsite.yml
@@ -9,8 +9,8 @@
9
10
name: build GSAS-II web site
11
12
-#on: [workflow_dispatch]
13
-on: [push, workflow_dispatch]
+on: [workflow_dispatch]
+#on: [push, workflow_dispatch]
14
15
permissions:
16
contents: write
.github/workflows/test_builddocsite.yml
@@ -29,11 +29,11 @@ jobs:
29
- name: Sphinx setup
30
run: |
31
pip install sphinx sphinx_readable_theme
32
- - name: pandoc setup
33
- uses: pandoc/actions/setup@v1
34
- name: mkdocs setup
35
36
- pip install mkdocs mkdocs-material
+ pip install mkdocs mkdocs-material python-markdown-math
+ - name: pandoc setup
+ uses: pandoc/actions/setup@v1
37
38
- name: Checkout
39
uses: actions/checkout@v4
0 commit comments