mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 21:16:45 +00:00
parent
1d369c47bd
commit
aba8a0e5f3
6
.github/workflows/sync-docs.yml
vendored
6
.github/workflows/sync-docs.yml
vendored
@ -27,6 +27,8 @@ jobs:
|
||||
- name: Push content
|
||||
id: push_content
|
||||
uses: cpina/github-action-push-to-another-repository@main
|
||||
env:
|
||||
SSH_DEPLOY_KEY: ${{ secrets.DOCS_SSH_DEPLOY_KEY }}
|
||||
with:
|
||||
source-directory: openmetadata-docs/content/
|
||||
target-directory: content/
|
||||
@ -39,6 +41,8 @@ jobs:
|
||||
- name: Push images
|
||||
id: push_images
|
||||
uses: cpina/github-action-push-to-another-repository@main
|
||||
env:
|
||||
SSH_DEPLOY_KEY: ${{ secrets.DOCS_SSH_DEPLOY_KEY }}
|
||||
with:
|
||||
source-directory: openmetadata-docs/images/
|
||||
target-directory: public/images/
|
||||
@ -51,6 +55,8 @@ jobs:
|
||||
- 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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user