diff --git a/.gitea/workflows/dispatch_module.yml b/.gitea/workflows/dispatch_module.yml deleted file mode 100644 index 6b0112b..0000000 --- a/.gitea/workflows/dispatch_module.yml +++ /dev/null @@ -1,15 +0,0 @@ -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_TOKEN }} - repository: public/hugo-richard - event-type: update-submodule \ No newline at end of file