Skip to content

Commit a4b3b64

Browse files
committed
MAINT: Make tinybuild
1 parent b7bbf45 commit a4b3b64

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,17 @@ jobs:
2727
- run:
2828
name: make html
2929
command: |
30-
cd doc
31-
make html
30+
make -C doc html
3231
- store_artifacts:
3332
path: doc/_build/html/
3433
destination: html
34+
- run:
35+
name: make tinybuild
36+
command: |
37+
make -C numpydoc/tests/tinybuild html
38+
- store_artifacts:
39+
path: numpydoc/tests/tinybuild/_build/html/
40+
destination: tinybuild
3541

3642
workflows:
3743
version: 2

0 commit comments

Comments
 (0)