diff --git a/.github/workflows/trigger-docs.yml b/.github/workflows/trigger-docs.yml deleted file mode 100644 index 1a68758..0000000 --- a/.github/workflows/trigger-docs.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Trigger Docs Rebuild - -on: - push: - branches: [main] - paths: - - '**.php' - - 'readme.txt' - -jobs: - trigger: - runs-on: ubuntu-latest - steps: - - name: Trigger docs rebuild - run: | - gh workflow run deploy-docs.yml --repo Ultimate-Multisite/docs - env: - GH_TOKEN: ${{ secrets.DOCS_DISPATCH_TOKEN }} -