Skip to content

Commit 35e1cdb

Browse files
committed
Add workflows
1 parent 65f050d commit 35e1cdb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ jobs:
2323
sphinx-build -b html -WT --keep-going spec build/latest -d doctrees
2424
- store_artifacts:
2525
path: build/latest
26+
27+
workflows:
28+
version: 2
29+
default:
30+
jobs:
31+
- build_page

0 commit comments

Comments
 (0)