Skip to content

Commit b0dca00

Browse files
committed
mkdocs config worl
1 parent 330d6de commit b0dca00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_builddocsite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# this is a test version that creates draft help pages from the MDhelp directory
1111

12-
name: build GSAS-II web site
12+
name: test MD help w/build GSAS-II web site
1313

1414
on: [workflow_dispatch]
1515
#on: [push, workflow_dispatch]
@@ -33,7 +33,7 @@ jobs:
3333
uses: pandoc/actions/setup@v1
3434
- name: mkdocs setup
3535
run: |
36-
pip install mkdocs
36+
pip install mkdocs mkdocs-material
3737
3838
- name: Checkout
3939
uses: actions/checkout@v4

0 commit comments

Comments
 (0)