From 84d022c6e9fe27224471f0912f96de3681eea766 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Sat, 13 Aug 2022 12:05:38 +0200 Subject: [PATCH] test --- .github/workflows/updateSite.yml | 17 +++++++++++++++++ pages/Home.md | 3 +-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/updateSite.yml 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