v0.2.2
This commit is contained in:
parent
4ae2c5c2f3
commit
9b3f996c29
3 changed files with 17 additions and 1 deletions
6
.github/workflows/push.yml
vendored
6
.github/workflows/push.yml
vendored
|
@ -54,3 +54,9 @@ jobs:
|
||||||
git status
|
git status
|
||||||
git commit -m "Push to gh-pages"
|
git commit -m "Push to gh-pages"
|
||||||
git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:$BRANCH
|
git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:$BRANCH
|
||||||
|
|
||||||
|
- name: Send Notification
|
||||||
|
uses: haishanh/actions-telegram-notification@v1
|
||||||
|
with:
|
||||||
|
notification-token: ${{ secrets.TG_NOTIFICATION_TOKEN }}
|
||||||
|
job-status: ${{ job.status }}
|
||||||
|
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.2.2](https://github.com/haishanh/yacd/compare/v0.2.1...v0.2.2) (2020-08-01)
|
||||||
|
|
||||||
|
Added:
|
||||||
|
|
||||||
|
- a simple about page
|
||||||
|
|
||||||
|
Removed:
|
||||||
|
|
||||||
|
- logo in sidebar
|
||||||
|
|
||||||
## [0.2.1](https://github.com/haishanh/yacd/compare/v0.2.0...v0.2.1) (2020-07-13)
|
## [0.2.1](https://github.com/haishanh/yacd/compare/v0.2.0...v0.2.1) (2020-07-13)
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "yacd",
|
"name": "yacd",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "Yet another Clash dashboard",
|
"description": "Yet another Clash dashboard",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint --fix --cache src",
|
"lint": "eslint --fix --cache src",
|
||||||
|
|
Loading…
Reference in a new issue