Skip to content

Commit 9dae9cf

Browse files
committed
Fix CircleCI build
This brings it closer to astropy#48 as well
1 parent b42205f commit 9dae9cf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.circleci/config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
version: 2.1
66
jobs:
7-
build-docs:
7+
build-preview:
88
docker:
99
- image: cimg/python:3.14
1010
steps:
@@ -22,3 +22,11 @@ jobs:
2222
- store_artifacts:
2323
path: /home/circleci/project/docs/_build/html
2424
destination: html
25+
26+
27+
workflows:
28+
version: 2
29+
30+
theme-previews:
31+
jobs:
32+
- build-preview

0 commit comments

Comments
 (0)