We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec3822 commit 0ac3a1cCopy full SHA for 0ac3a1c
.github/workflows/gh-pages.yml
@@ -67,6 +67,8 @@ jobs:
67
uses: actions/checkout@v3
68
- name: Install dependencies
69
run: npm install
70
+ - name: Build
71
+ run: npm run build
72
- name: Build Electron App
73
run: |
74
case ${{ matrix.platform }} in
0 commit comments