Skip to content

Commit 6ec3822

Browse files
committed
test release
1 parent 3c8197c commit 6ec3822

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
steps:
6666
- name: Checkout Code
6767
uses: actions/checkout@v3
68-
68+
- name: Install dependencies
69+
run: npm install
6970
- name: Build Electron App
7071
run: |
7172
case ${{ matrix.platform }} in

0 commit comments

Comments
 (0)