From ba32bd1b8dfc97e085d47870e08d3360c186b1fc Mon Sep 17 00:00:00 2001 From: vaxerski Date: Sat, 13 Aug 2022 21:43:23 +0200 Subject: [PATCH] added ping ci --- .github/workflows/updateWebsite.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/updateWebsite.yml diff --git a/.github/workflows/updateWebsite.yml b/.github/workflows/updateWebsite.yml new file mode 100644 index 0000000..54d50ec --- /dev/null +++ b/.github/workflows/updateWebsite.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