diff --git a/.gitea/workflows/dispatch_module.yml b/.gitea/workflows/dispatch_module.yml new file mode 100644 index 0000000..d9143a6 --- /dev/null +++ b/.gitea/workflows/dispatch_module.yml @@ -0,0 +1,15 @@ +name: Dispatch Update Submodule +on: + push: + branches: + - main +jobs: + dispatch: + runs-on: ubuntu-latest + steps: + - name: Dispatch update to Git Blog Project + uses: peter-evans/repository-dispatch@v3 + with: + #token: ${{ secrets.PAT }} + repository: public/hugo-richard + event-type: update-submodule \ No newline at end of file