Skip to content

Commit b9bba8d

Browse files
authored
Merge pull request #364 from karthik2804/actually_fix_release_ci
add npm install for docs
2 parents 46ea786 + b5f6487 commit b9bba8d

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)