Skip to content

Commit 184991b

Browse files
committed
mkdocs more config work
1 parent 0ae3037 commit 184991b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_builddocsite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

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

14-
on: [workflow_dispatch]
15-
#on: [push, workflow_dispatch]
14+
#on: [workflow_dispatch]
15+
on: [push, workflow_dispatch]
1616

1717
permissions:
1818
contents: write
@@ -31,7 +31,7 @@ jobs:
3131
pip install sphinx sphinx_readable_theme
3232
- name: mkdocs setup
3333
run: |
34-
pip install mkdocs mkdocs-material python-markdown-math pip install mkdocs-i18n
34+
pip install mkdocs mkdocs-material python-markdown-math mkdocs-i18n
3535
- name: pandoc setup
3636
uses: pandoc/actions/setup@v1
3737

0 commit comments

Comments
 (0)