Docs Sync CI - Add on-demand trigger (#5695)

* Add on-demand trigger

* Add doc request template
This commit is contained in:
Pere Miquel Brull 2022-06-30 10:39:37 +02:00 committed by GitHub
parent b15d8853d6
commit e580af1143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

16
.github/ISSUE_TEMPLATE/doc_update.md vendored Normal file
View 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.

View File

@ -16,6 +16,7 @@ on:
branches: [main]
paths:
- openmetadata-docs/**
workflow_dispatch:
jobs:
sync-docs: