We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18a6d9 commit 3a6ebf8Copy full SHA for 3a6ebf8
.github/workflows/build-ultraplot.yml
@@ -1,4 +1,4 @@
1
-name: Build Docs
+name: Build and Test
2
on:
3
push:
4
branches: [main]
@@ -19,9 +19,10 @@ jobs:
19
cache-environment: true
20
cache-downloads: false
21
22
- - name: Test Ultraplot
+ - name: "Build docs"
23
shell: bash -el {0}
24
run: |
25
micromamba activate ultraplot-dev
26
pip install .
27
- python -m pytest
+ cd docs
28
+ make html
0 commit comments