mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 11:43:54 +00:00
Docs Sync CI - Add on-demand trigger (#5695)
* Add on-demand trigger * Add doc request template
This commit is contained in:
parent
b15d8853d6
commit
e580af1143
16
.github/ISSUE_TEMPLATE/doc_update.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/doc_update.md
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: Documentation Request
|
||||||
|
about: Let us know what our docs can improve
|
||||||
|
title: ''
|
||||||
|
labels: 'documentation'
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is some content missing, wrong or not clear?**
|
||||||
|
A clear and concise description of what the problem is and the source URL. Ex. Page [...] is not clear.
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
Let us know what could help us improve the docs.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
1
.github/workflows/sync-docs.yml
vendored
1
.github/workflows/sync-docs.yml
vendored
@ -16,6 +16,7 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- openmetadata-docs/**
|
- openmetadata-docs/**
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync-docs:
|
sync-docs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user