Skip to content

Commit

Permalink
Merge pull request #311 from codigoencasa/feat/docs-netlify
Browse files Browse the repository at this point in the history
docs(contributing): ⚡ new section by contributors
  • Loading branch information
leifermendez authored Dec 29, 2022
2 parents 91cafe5 + ab7ad81 commit c382ca3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: 📄 Desplegando documentacion
on:
pull_request:
branches:
- dev
- 'feat/docs-**'
- 'fix/docs-**'

jobs:
############ DOCUMENTATION BUILD ############
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
with:
name: documentation-dist
path: |
packages/docs/dist
packages/docs/dist/
packages/docs/netlify.toml
packages/docs/.netlify
############ DEPLOY ############
Expand All @@ -50,7 +51,7 @@ jobs:
with:
name: documentation-dist
path: |
packages/docs/dist
packages/docs/dist/
packages/docs/netlify.toml
packages/docs/.netlify
Expand Down

0 comments on commit c382ca3

Please sign in to comment.