File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v3
1818
1919 - name : Python Set Up
20- uses : actions/setup-python@master
20+ uses : actions/setup-python@v4
2121 with :
2222 python-version : 3.8
2323
4848 git commit -m 'deploy'
4949
5050 - name : Force push to destination branch
51- uses : ad-m/github-push-action@master
51+ uses : ad-m/github-push-action@v0.6.0
5252 with :
5353 github_token : ${{ secrets.PUSH_TOKEN }}
5454 branch : gh-pages
Original file line number Diff line number Diff line change @@ -28,8 +28,13 @@ All notable changes to this project will be documented in this file.
2828The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
2929and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
3030
31- ## [ 1.7.8]
31+ ## [ 1.7.9]
32+
33+ ### Fixed
3234
35+ - Fixed Github pages deployment
36+
37+ ## [ 1.7.8]
3338
3439### Added
3540
You can’t perform that action at this time.
0 commit comments