mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
Update docs and CI (#5666)
This commit is contained in:
parent
71bf32e438
commit
1d369c47bd
6
.github/workflows/sync-docs.yml
vendored
6
.github/workflows/sync-docs.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: Push content
|
||||
id: push_content
|
||||
uses: cpina/github-action-push-to-another-repository@1.5
|
||||
uses: cpina/github-action-push-to-another-repository@main
|
||||
with:
|
||||
source-directory: openmetadata-docs/content/
|
||||
target-directory: content/
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- name: Push images
|
||||
id: push_images
|
||||
uses: cpina/github-action-push-to-another-repository@1.5
|
||||
uses: cpina/github-action-push-to-another-repository@main
|
||||
with:
|
||||
source-directory: openmetadata-docs/images/
|
||||
target-directory: public/images/
|
||||
@ -50,7 +50,7 @@ jobs:
|
||||
|
||||
- name: Push ingestion
|
||||
id: push_ingestion
|
||||
uses: cpina/github-action-push-to-another-repository@1.5
|
||||
uses: cpina/github-action-push-to-another-repository@main
|
||||
with:
|
||||
source-directory: openmetadata-docs/ingestion/
|
||||
target-directory: public/ingestion/
|
||||
|
||||
@ -4,3 +4,5 @@ slug: /deployment
|
||||
---
|
||||
|
||||
# Deployment
|
||||
|
||||
Some deployment info
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user