8000
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 d06ba0e commit 72235cdCopy full SHA for 72235cd
.github/workflows/ci.yml
@@ -21,6 +21,10 @@ jobs:
21
with:
22
python-version: 3.9
23
24
+ - run: |
25
+ pip install virtualenv
26
+ make dist
27
+
28
- uses: actions/upload-artifact@v2
29
30
name: ${{ github.sha }}
@@ -38,6 +42,11 @@ jobs:
38
42
39
43
40
44
45
46
47
+ make apidocs
48
+ cd docs/_build && zip -r gh-pages ./
49
41
50
51
52
0 commit comments