From 2238bc2466e04a9831d546f3a076ec4b974dc145 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Mon, 29 Aug 2022 14:20:32 +0200 Subject: [PATCH] Do not push ingestion dir (#7008) --- .github/workflows/sync-docs.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 2a3bd9f16ed..068160319cf 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -52,17 +52,3 @@ jobs: user-email: openmetadata@getcollate.io commit-message: See ORIGIN_COMMIT from $GITHUB_REF target-branch: publish - - - name: Push ingestion - id: push_ingestion - uses: cpina/github-action-push-to-another-repository@main - env: - SSH_DEPLOY_KEY: ${{ secrets.DOCS_SSH_DEPLOY_KEY }} - with: - source-directory: openmetadata-docs/ingestion/ - target-directory: public/ingestion/ - destination-github-username: 'open-metadata' - destination-repository-name: 'docs' - user-email: openmetadata@getcollate.io - commit-message: See ORIGIN_COMMIT from $GITHUB_REF - target-branch: publish