mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-04 20:45:58 +01:00
test
This commit is contained in:
parent
1e63d97c70
commit
84d022c6e9
2 changed files with 18 additions and 2 deletions
17
.github/workflows/updateSite.yml
vendored
Normal file
17
.github/workflows/updateSite.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
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-submodule
|
|
@ -8,5 +8,4 @@ Take a tour of the pages on the right and read ones that you may need.
|
|||
|
||||
if you are having issues, please try reading the FAQ section and both
|
||||
configuring sections. Chances are your issue is described somewhere there. If
|
||||
not, you can try searching the issues or joining the discord server (link in the
|
||||
README, click the join discord server button)
|
||||
not, you can try searching the issues or joining the discord server
|
||||
|
|
Loading…
Reference in a new issue