mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 04:55:58 +01:00
added ping ci
This commit is contained in:
parent
3828c9f13e
commit
ba32bd1b8d
1 changed files with 17 additions and 0 deletions
17
.github/workflows/updateWebsite.yml
vendored
Normal file
17
.github/workflows/updateWebsite.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Update Website
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
notify-parent-repo:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Repository Dispatch
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
with:
|
||||
token: ${{ secrets.TOKN }}
|
||||
repository: hyprwm/hyprland-wiki-backend
|
||||
event-type: sync-shared-submodule
|
Loading…
Reference in a new issue