mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 04:29:16 +00:00
Merge pull request #308 from codigoencasa/feat/docs-netlify
docs: 🔥 added netlify
This commit is contained in:
4
.github/workflows/netlify.yml
vendored
4
.github/workflows/netlify.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: documentation-dist
|
name: documentation-dist
|
||||||
path: packages/docs/dist
|
path: packages/docs
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: documentation-dist
|
name: documentation-dist
|
||||||
path: packages/docs/dist
|
path: packages/docs
|
||||||
|
|
||||||
- name: Deploy to Netlify
|
- name: Deploy to Netlify
|
||||||
uses: nwtgck/actions-netlify@v1.2
|
uses: nwtgck/actions-netlify@v1.2
|
||||||
|
|||||||
Reference in New Issue
Block a user