Skip to content

Commit 53f1b90

Browse files
committed
mkdocs config tasks
1 parent b0dca00 commit 53f1b90

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/builddocsite.yml

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

1010
name: build GSAS-II web site
1111

12-
#on: [workflow_dispatch]
13-
on: [push, workflow_dispatch]
12+
on: [workflow_dispatch]
13+
#on: [push, workflow_dispatch]
1414

1515
permissions:
1616
contents: write

.github/workflows/test_builddocsite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: Sphinx setup
3030
run: |
3131
pip install sphinx sphinx_readable_theme
32-
- name: pandoc setup
33-
uses: pandoc/actions/setup@v1
3432
- name: mkdocs setup
3533
run: |
36-
pip install mkdocs mkdocs-material
34+
pip install mkdocs mkdocs-material python-markdown-math
35+
- name: pandoc setup
36+
uses: pandoc/actions/setup@v1
3737

3838
- name: Checkout
3939
uses: actions/checkout@v4

0 commit comments

Comments
 (0)