diff --git a/.github/workflows/push-docs.yml b/.github/workflows/push-docs.yml deleted file mode 100644 index 572f58ef..00000000 --- a/.github/workflows/push-docs.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Push Docs to the Academy - -on: - release: - types: [published] - workflow_dispatch: - -jobs: - push-docs: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - uses: Jahia/github-to-academy@v1 - with: - files: docs/**/*.md - graphql-endpoint: ${{ secrets.ACADEMY_ENDPOINT }} - graphql-authorization: ${{ secrets.ACADEMY_AUTHORIZATION }}