Skip to content

Commit

Permalink
Merge pull request #13 from hello8693DSZ/main
Browse files Browse the repository at this point in the history
自动部署网页
  • Loading branch information
HelloWRC authored Oct 7, 2024
2 parents f03d891 + c0a791c commit b9b0a85
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Dispatch Event

on:
push:
branches:
- main

jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger repository_dispatch
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/ClassIsland/classisland-hub-web/dispatches \
-d '{"event_type":"classisland_hub_update"}'
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@
<sub><b>HelloWRC</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/hello8693DSZ">
<img src="https://avatars.githubusercontent.com/u/88492699?v=4" width="100;" alt="hello8693DSZ"/>
<br />
<sub><b>Hello8693</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/LHGS-github">
<img src="https://avatars.githubusercontent.com/u/92249708?v=4" width="100;" alt="LHGS-github"/>
Expand Down

0 comments on commit b9b0a85

Please sign in to comment.