Added glaze to packages needed for manual installation on Arch (#917) #1266
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 |