File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 71
71
make html
72
72
touch ./build/html/.nojekyll
73
73
- name : Deploy to GitHub Pages
74
- uses : JamesIves/github-pages-deploy-action@3.5 .5
74
+ uses : JamesIves/github-pages-deploy-action@v4.2 .5
75
75
with :
76
76
ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
77
77
BRANCH : gh-pages
Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.22.4 (2022-02-21)
6
+ ### Fix
7
+ * ** build:** Fix broken build ([ ` 9ee71bf ` ] ( https://github.com/hpe-container-platform-community/hpecp-python-library/commit/9ee71bf01e824f9200ce6e4e09b94ff8ad5583ca ) )
8
+
9
+ ## v0.22.3 (2022-02-21)
10
+ ### Fix
11
+ * ** build:** Fix broken build ([ ` 7d5f2ee ` ] ( https://github.com/hpe-container-platform-community/hpecp-python-library/commit/7d5f2ee88c218a4d40d59949eedfb8abfbca3712 ) )
12
+
5
13
## v0.22.2 (2021-12-01)
6
14
### Fix
7
15
* ** cli:** Better err msg for k8s_version parameter ([ ` d32f2b5 ` ] ( https://github.com/hpe-container-platform-community/hpecp-python-library/commit/d32f2b5700a6a1b8ebd272afbfff47ffbb3f8c00 ) )
Original file line number Diff line number Diff line change 35
35
)
36
36
from .logger import Logger
37
37
38
- __version__ = "0.22.2 "
38
+ __version__ = "0.22.4 "
You can’t perform that action at this time.
0 commit comments