Skip to content

Bump engine.io from 6.2.0 to 6.2.1 (#13) #16

Bump engine.io from 6.2.0 to 6.2.1 (#13)

Bump engine.io from 6.2.0 to 6.2.1 (#13) #16

name: Build and Deploy
on: [push]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm install
npm run web:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist