mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 03:45:57 +01:00
17 lines
No EOL
383 B
YAML
17 lines
No EOL
383 B
YAML
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-submodules |