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

17 lines
383 B
YAML
Raw Normal View History

2022-08-13 21:43:23 +02:00
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
2022-08-13 21:45:03 +02:00
event-type: sync-shared-submodules