Skip to content

Commit 00c0ef6

Browse files
committed
add sphinx-tags to gh workflows
1 parent e192c74 commit 00c0ef6

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/build-gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
pip install jupyter-book
24+
pip install sphinx-tags
2425
2526
- name: Build the book
2627
run: |

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
pip install jupyter-book
29+
pip install sphinx-tags
2930
3031
- name: Build the book
3132
run: |

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jupyter-book
2+
sphinx-tags

0 commit comments

Comments
 (0)