hyprland-wiki/.github/workflows/updateWebsite.yml

17 lines
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