Skip to content

Commit e297ab6

Browse files
authored
Update website.yml
1 parent b2503db commit e297ab6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main # Adjust if you track a different branch in EmulatorWeb/EmulatorWeb
77

88
jobs:
9-
deploy:
9+
build-and-deploy:
1010
runs-on: windows-latest
1111

1212
steps:
@@ -32,10 +32,10 @@ jobs:
3232
cd emulatorweb
3333
npm install
3434
35-
- name: Run Node Script
35+
- name: Build Static Files
3636
run: |
3737
cd emulatorweb
38-
node index.js
38+
node build.js
3939
4040
- name: Copy Built Files to Main Repository
4141
run: |

0 commit comments

Comments
 (0)