Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelv authored Jan 14, 2025
1 parent 1246562 commit 2bd2d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: '3.11'
- name: Build webUI
run: cd miniweb && npm i && vite build;
run: cd miniweb && npm i && npm build;
- name: Install PlatformIO Core
run: pip install --upgrade platformio

Expand Down

0 comments on commit 2bd2d41

Please sign in to comment.