We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5155a0d commit f27b786Copy full SHA for f27b786
deploy.sh
@@ -33,7 +33,7 @@ curl https://api.csswg.org/bikeshed/ -F file=@index.bs > out/index.html;
33
cp *.svg out
34
35
# Install scp2 as a cross-platform scp that supports passwords
36
-npm install -g scp2
+npm install -g scp2@0.1.4 # 0.2.0 gives "Error: handle is not a Buffer"
37
38
for f in out/*; do
39
# Deploy to the commit snapshot location
0 commit comments