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 67388bb commit f87e9bdCopy full SHA for f87e9bd
.github/workflows/docs.yml
@@ -36,5 +36,6 @@ jobs:
36
with:
37
branch: gh-pages
38
directory: gh-pages
39
+ force: true # This push fails otherwise
40
github_token: ${{ secrets.GITHUB_TOKEN }}
41
# ===============================
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
### Added
11
12
* Can specify `ModelType.keras`.
13
+* API documentation.
14
15
### Changed
16
0 commit comments