This commit is contained in:
Haishan 2020-08-01 20:49:00 +08:00
parent 4ae2c5c2f3
commit 9b3f996c29
3 changed files with 17 additions and 1 deletions

View file

@ -54,3 +54,9 @@ jobs:
git status
git commit -m "Push to gh-pages"
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 }}

View file

@ -1,5 +1,15 @@
# 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)
Fixed:

View file

@ -1,6 +1,6 @@
{
"name": "yacd",
"version": "0.2.1",
"version": "0.2.2",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",