Skip to content

Commit b5f6487

Browse files
committed
add npm install for docs
Signed-off-by: Karthik Ganeshram <[email protected]>
1 parent 46ea786 commit b5f6487

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ jobs:
8484
- name: Install Node.js
8585
uses: actions/setup-node@v3
8686
with:
87-
node-version: ${{ env.NODE_VERSION }}
87+
node-version: ${{ env.NODE_VERSION }}
88+
- name: Install npm dependencies
89+
run: npm install
8890
- name: Generate Spin JS SDK Docs
8991
run: npm run docs
9092
- name: Upload Spin JS SDK Docs as Artifact

0 commit comments

Comments
 (0)