Skip to content

Commit 39cd9a3

Browse files
authored
Merge pull request #53 from Xylambda/fix_pages
BLD: fix github pages
2 parents ed20933 + 53ba3d6 commit 39cd9a3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

@@ -48,7 +48,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@ All notable changes to this project will be documented in this file.
2828
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2929
and 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

0 commit comments

Comments
 (0)