Skip to content

Commit 52edd58

Browse files
committed
bugfix: add npm install step to workflow
1 parent b66bd85 commit 52edd58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
node-version: 22
2222

23+
- run: npm install
2324
- run: npm run build
2425

2526
- uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)