We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330d6de commit b0dca00Copy full SHA for b0dca00
1 file changed
.github/workflows/test_builddocsite.yml
@@ -9,7 +9,7 @@
9
10
# this is a test version that creates draft help pages from the MDhelp directory
11
12
-name: build GSAS-II web site
+name: test MD help w/build GSAS-II web site
13
14
on: [workflow_dispatch]
15
#on: [push, workflow_dispatch]
@@ -33,7 +33,7 @@ jobs:
33
uses: pandoc/actions/setup@v1
34
- name: mkdocs setup
35
run: |
36
- pip install mkdocs
+ pip install mkdocs mkdocs-material
37
38
- name: Checkout
39
uses: actions/checkout@v4
0 commit comments