Skip to content

Commit db2c8b6

Browse files
author
tsoganov
committed
Updated deploy.yml
1 parent d5650bb commit db2c8b6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
1414

15-
- name: Set up Node.js
16-
uses: actions/setup-node@v2
17-
with:
18-
node-version: '14'
19-
20-
- name: Install dependencies
21-
run: npm install
22-
2315
- name: Build docs
2416
run: ./make.sh
2517

0 commit comments

Comments
 (0)