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