Skip to content

Merge pull request #12 from Nagi132/dependabot/npm_and_yarn/web-vital… #26

Merge pull request #12 from Nagi132/dependabot/npm_and_yarn/web-vital…

Merge pull request #12 from Nagi132/dependabot/npm_and_yarn/web-vital… #26

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build the application
run: CI=false npm run build