Skip to content

Commit cf0afd4

Browse files
committed
ci: README 变更自动通知主站重建项目页
1 parent a1f34f9 commit cf0afd4

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Notify Website
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths: [README.md]
7+
8+
jobs:
9+
notify:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: peter-evans/repository-dispatch@v3
13+
with:
14+
token: ${{ secrets.WEBSITE_DISPATCH_TOKEN }}
15+
repository: liuxiaotong/knowlyr-website
16+
event-type: rebuild-projects

0 commit comments

Comments
 (0)