Skip to content

Bump electron from 31.7.7 to 38.1.0 (#55) #149

Bump electron from 31.7.7 to 38.1.0 (#55)

Bump electron from 31.7.7 to 38.1.0 (#55) #149

Workflow file for this run

name: check
on:
push:
branches:
- main
- dev
tags:
- v*
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npm run build
- name: Deploy to GH pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist/
force_orphan: true