Skip to content

Commit b9b0a85

Browse files
authored
Merge pull request #13 from hello8693DSZ/main
自动部署网页
2 parents f03d891 + c0a791c commit b9b0a85

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/workflows/dispatch.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Dispatch Event
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
dispatch:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Trigger repository_dispatch
13+
run: |
14+
curl -X POST \
15+
-H "Accept: application/vnd.github.v3+json" \
16+
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
17+
https://api.github.com/repos/ClassIsland/classisland-hub-web/dispatches \
18+
-d '{"event_type":"classisland_hub_update"}'

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@
6060
<sub><b>HelloWRC</b></sub>
6161
</a>
6262
</td>
63+
<td align="center">
64+
<a href="https://github.com/hello8693DSZ">
65+
<img src="https://avatars.githubusercontent.com/u/88492699?v=4" width="100;" alt="hello8693DSZ"/>
66+
<br />
67+
<sub><b>Hello8693</b></sub>
68+
</a>
69+
</td>
6370
<td align="center">
6471
<a href="https://github.com/LHGS-github">
6572
<img src="https://avatars.githubusercontent.com/u/92249708?v=4" width="100;" alt="LHGS-github"/>

0 commit comments

Comments
 (0)