Skip to content

Commit f87e9bd

Browse files
committed
Fixes UNB-1938 issue in which updates wouldn't work after branch gh-pages first created
1 parent 67388bb commit f87e9bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ jobs:
3636
with:
3737
branch: gh-pages
3838
directory: gh-pages
39+
force: true # This push fails otherwise
3940
github_token: ${{ secrets.GITHUB_TOKEN }}
4041
# ===============================

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
### Added
1111

1212
* Can specify `ModelType.keras`.
13+
* API documentation.
1314

1415
### Changed
1516

0 commit comments

Comments
 (0)