Skip to content

Commit 089070b

Browse files
Add circleci config (#284)
1 parent 7eab397 commit 089070b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2.1
2+
jobs:
3+
build:
4+
docker:
5+
- image: cimg/python:3.14
6+
steps:
7+
- run:
8+
name: Build website
9+
command: make html
10+
- store_artifacts:
11+
path: _build/html/

0 commit comments

Comments
 (0)