Skip to content

Commit bec615c

Browse files
authored
Update main.yml
1 parent 7f525d6 commit bec615c

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: Github Pages Custom Deploy
2525
uses: sterlingwes/[email protected]

0 commit comments

Comments
 (0)