Useful Utilities: fix broken xdph link (#846) #1186
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |