mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 04:29:16 +00:00
docs(contributing): ⚡ new section by contributors
This commit is contained in:
7
.github/workflows/netlify.yml
vendored
7
.github/workflows/netlify.yml
vendored
@@ -3,7 +3,8 @@ name: 📄 Desplegando documentacion
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- 'feat/docs-**'
|
||||||
|
- 'fix/docs-**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
############ DOCUMENTATION BUILD ############
|
############ DOCUMENTATION BUILD ############
|
||||||
@@ -35,7 +36,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: documentation-dist
|
name: documentation-dist
|
||||||
path: |
|
path: |
|
||||||
packages/docs/dist
|
packages/docs/dist/
|
||||||
packages/docs/netlify.toml
|
packages/docs/netlify.toml
|
||||||
packages/docs/.netlify
|
packages/docs/.netlify
|
||||||
############ DEPLOY ############
|
############ DEPLOY ############
|
||||||
@@ -50,7 +51,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: documentation-dist
|
name: documentation-dist
|
||||||
path: |
|
path: |
|
||||||
packages/docs/dist
|
packages/docs/dist/
|
||||||
packages/docs/netlify.toml
|
packages/docs/netlify.toml
|
||||||
packages/docs/.netlify
|
packages/docs/.netlify
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user