Skip to content

Commit

Permalink
fixup! (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dni authored Oct 30, 2023
1 parent d86c969 commit f40df6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
with:
node-version: '16.x'
- name: build webinstaller
run: sh build-webinstaller.sh
- name: npm install
run: npm install
- name: vite build
run: npx vite build
run: |
sh build-webinstaller.sh
cd hardware-installer
npm install
npx vite build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit f40df6b

Please sign in to comment.