You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/history.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
!!! Info
3
3
`(#{number})` means an issue of this project. You may check details of the issue by visiting https://github.com/zillionare/python-project-wizard/issues/_{number}_
4
4
5
+
## v1.3.1
6
+
*[#26](https://github.com/zillionare/python-project-wizard/issues/26) use mike to deploy multiple version of documentation directly, removed github action peaceiris/actions-gh-pages@v3
5
7
## v1.3
6
8
*[#23](https://github.com/zillionare/python-project-wizard/issues/23) add email notification upon build success
7
9
*[#24](https://github.com/zillionare/python-project-wizard/issues/24) config repo secrets by script
# Uncomment the following to config github secret used by github workflow.
164
168
# gh secret set PERSONAL_TOKEN --body $GH_TOKEN
@@ -167,9 +171,12 @@ This will give you a test report and a lint report. You should see no errors exc
167
171
168
172
# uncomment the following if you need to setup email notification
169
173
# gh secret set BUILD_NOTIFY_MAIL_SERVER --body $BUILD_NOTIFY_MAIL_SERVER
174
+
# gh secret set BUILD_NOTIFY_MAIL_PORT --body $BUILD_NOTIFY_MAIL_PORT
170
175
# gh secret set BUILD_NOTIFY_MAIL_FROM --body $BUILD_NOTIFY_MAIL_FROM
171
176
# gh secret set BUILD_NOTIFY_MAIL_PASSWORD --body $BUILD_NOTIFY_MAIL_PASSWORD
172
177
# gh secret set BUILD_NOTIFY_MAIL_RCPT --body $BUILD_NOTIFY_MAIL_RCPT
178
+
179
+
# git push -u origin main
173
180
```
174
181
before launch the script, you will need to apply github personal token and set environment variable GH_TOKEN beforehand. And you need install the tool [**gh**](https://cli.github.com/) too.
0 commit comments