Skip to content

Merge pull request #31 from alvarodev-lc/develop #33

Merge pull request #31 from alvarodev-lc/develop

Merge pull request #31 from alvarodev-lc/develop #33

Workflow file for this run

name: Deployment 🚀
on:
push:
branches:
- master
env:
CI: false
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm ci
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build # The folder the action should deploy.