Skip to content

Commit afd4697

Browse files
dariuszkucsmyrick
authored andcommitted
[build] use proper npm command for docs PR check (#562)
1 parent 3de893f commit afd4697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: |
2727
cd website
2828
npm install
29-
npm build
29+
npm run build

0 commit comments

Comments
 (0)