There was an error while loading. Please reload this page.
1 parent 7eab397 commit 089070bCopy full SHA for 089070b
1 file changed
.circleci/config.yml
@@ -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