Skip to content

Commit f5dbccd

Browse files
authored
Fix deploy.sh to actually build in parallel
1 parent d0f29ae commit f5dbccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
nproc=$(nproc || echo 4)
66

77
make clean
8-
make
8+
make -j$nproc
99

1010
cd site
1111
git init

0 commit comments

Comments
 (0)