Skip to content

Commit 1c29bbb

Browse files
committed
Add missing dep install step to docs build
1 parent 06db426 commit 1c29bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
node-version: '18.x'
4747
registry-url: 'https://registry.npmjs.org'
48+
- run: npm install
4849
- run: npm run docs
4950
- name: "Upload docs as pages artifact"
5051
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)