Skip to content

Commit 2d4f6d5

Browse files
committed
Merge branch 'main' of github.com:blocage/leetcode-algorithms
2 parents d36d7ef + 4644a62 commit 2d4f6d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/node.js.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ on:
66
- main
77
workflow_dispatch:
88

9+
910
jobs:
1011
deploy:
1112
runs-on: ubuntu-latest
13+
defaults:
14+
run:
15+
working-directory: ./
1216
steps:
1317
- name: Checkout Repository
1418
uses: actions/checkout@v2
@@ -22,4 +26,4 @@ jobs:
2226
run: npm install
2327

2428
- name: Deploy
25-
run: chmod +x deploy.sh && ./deploy.sh
29+
run: npm run build

0 commit comments

Comments
 (0)