diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5933dc306..f015d31dd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,14 +44,3 @@ jobs: sha: context.sha }) - docs: - name: docs - runs-on: [ubuntu-latest] - - steps: - - name: Trigger docs deployment - uses: peter-evans/repository-dispatch@v1.1.3 - with: - repository: excaliburjs/excaliburjs.github.io - token: ${{ secrets.DOCS_GH_TOKEN }} - event-type: deploy-docs