diff --git a/.github/workflows/updateSite.yml b/.github/workflows/updateSite.yml new file mode 100644 index 0000000..d5e8f87 --- /dev/null +++ b/.github/workflows/updateSite.yml @@ -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 \ No newline at end of file diff --git a/pages/Home.md b/pages/Home.md index 10c3c8d..f03f5f2 100644 --- a/pages/Home.md +++ b/pages/Home.md @@ -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