Do not push ingestion dir (#7008)

This commit is contained in:
Pere Miquel Brull 2022-08-29 14:20:32 +02:00 committed by GitHub
parent 58d27811d0
commit 2238bc2466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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