This commit is contained in:
Vaxry 2022-08-13 12:05:38 +02:00 committed by Mihai Fufezan
parent 1e63d97c70
commit 84d022c6e9
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
2 changed files with 18 additions and 2 deletions

17
.github/workflows/updateSite.yml vendored Normal file
View 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

View File

@ -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