Skip to content

Bump electron from 19.0.11 to 19.1.8 #18

Bump electron from 19.0.11 to 19.1.8

Bump electron from 19.0.11 to 19.1.8 #18

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