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 fa6c284 commit 130fc63Copy full SHA for 130fc63
.github/workflows/docs-preview.yml
@@ -30,6 +30,11 @@ jobs:
30
pip install .
31
mkdocs build
32
33
+ - uses: actions/upload-artifact@v3
34
+ with:
35
+ name: website
36
+ path: site/
37
+
38
- name: Deploy docs preview to Netlify
39
uses: nwtgck/[email protected]
40
with:
CHANGELOG.md
@@ -17,6 +17,7 @@
17
- [INF] Update `mkdocstrings` version and to fit its new coming features. PR #1138 @Zeroto521
18
- [BUG] Force `math.softmax` returning `Series`. PR #1139 @Zeroto521
19
- [INF] Set independent environment for building documentation. PR #1141 @Zeroto521
20
+- [DOC] Add local documentation preview via github action artifact. PR #1149 @Zeroto521
21
22
## [v0.23.1] - 2022-05-03
23
0 commit comments