Skip to content

Commit 81294ce

Browse files
authored
Update main.yml
1 parent 9a41c04 commit 81294ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: Install Parcel
1616
run: npm install parcel-bundler
1717

18-
# - name: Install Dependecies
19-
# run: npm install
18+
- name: Install Dependecies
19+
run: npm install
2020

21-
# - name: Build
22-
# run: npm run build
21+
- name: Build
22+
run: npm run build
2323

2424
- name: Build and Deploy
2525
uses: JamesIves/github-pages-deploy-action@releases/v3

0 commit comments

Comments
 (0)