File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 71
71
password : ${{ secrets.PYPI_API_TOKEN }}
72
72
73
73
publish-gh-pages :
74
+ runs-on : ubuntu-latest
74
75
needs : [build-docs]
75
76
steps :
76
77
- uses : crazy-max/ghaction-github-pages@v2
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ # [ 0.23.1] - 2022-05-17
8
+ ### Fixed
9
+ - [ PR 98] ( https://github.com/salesforce/django-declarative-apis/pull/98 ) Fix GitHub publish action
10
+
7
11
# [ 0.23.0] - 2022-05-17
8
12
### Added
9
13
- [ PR 96] ( https://github.com/salesforce/django-declarative-apis/pull/96 ) Minor tweaks for ReadTheDocs integration
You can’t perform that action at this time.
0 commit comments