Skip to content

Separar archivos por servidor y añadir configuración de nginx en el d… #111

Separar archivos por servidor y añadir configuración de nginx en el d…

Separar archivos por servidor y añadir configuración de nginx en el d… #111

Workflow file for this run

name: Build and Deplow Web
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
concurrency: ci-${{ github.ref }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '20.10.0'
- name: Install and Build 🔧
run: |
npm install
npm run docs:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/.vitepress/dist