mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
docs(contributing): ⚡ new section by contributors
docs(contributing): ⚡ new section by contributors
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: BotWhatsapp Build-Test
|
||||
name: 🤪 Build and Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
2
.github/workflows/contributors.yml
vendored
2
.github/workflows/contributors.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Add contributors
|
||||
name: 🙌 Revisando Colaboradores
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
|
||||
20
.github/workflows/netlify.yml
vendored
20
.github/workflows/netlify.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: BotWhatsapp Documentation Site
|
||||
name: 📄 Desplegando documentacion
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -34,9 +34,12 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: documentation-dist
|
||||
path: packages/docs
|
||||
|
||||
build:
|
||||
path: |
|
||||
packages/docs/dist
|
||||
packages/docs/netlify.toml
|
||||
packages/docs/.netlify
|
||||
############ DEPLOY ############
|
||||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
needs:
|
||||
- build-documentation
|
||||
@@ -46,7 +49,10 @@ jobs:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: documentation-dist
|
||||
path: packages/docs
|
||||
path: |
|
||||
packages/docs/dist
|
||||
packages/docs/netlify.toml
|
||||
packages/docs/.netlify
|
||||
|
||||
- name: Deploy to Netlify
|
||||
uses: nwtgck/actions-netlify@v1.2
|
||||
@@ -54,9 +60,7 @@ jobs:
|
||||
publish-dir: 'packages/docs/dist'
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
deploy-message: 'Deploy from GitHub Actions'
|
||||
enable-pull-request-comment: false
|
||||
enable-commit-comment: true
|
||||
overwrites-pull-request-comment: true
|
||||
netlify-config-path: 'packages/docs/netlify.toml'
|
||||
env:
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||
|
||||
2
.github/workflows/releases-dev.yml
vendored
2
.github/workflows/releases-dev.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: BotWhatsapp Releases(DEV)
|
||||
name: 🚀 (DEV) Liberando versiones
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: BotWhatsapp Releases(Prod)
|
||||
name: 🚀⚡ Liberando versiones
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"build.preview": "vite build --ssr src/entry.preview.tsx",
|
||||
"build.server": "vite build -c adaptors/netlify-edge/vite.config.ts",
|
||||
"build.types": "tsc --incremental --noEmit",
|
||||
"deploy": "netlify deploy",
|
||||
"deploy": "netlify deploy --prod",
|
||||
"dev": "vite --host --mode ssr",
|
||||
"dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
|
||||
"fmt": "prettier --write .",
|
||||
|
||||
Reference in New Issue
Block a user