Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 5e6e633

Browse files
committed
Minor fix on the deploy script
1 parent c25299c commit 5e6e633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ git fetch deploy
1818

1919
# Get Box and build
2020
wget https://github.com/box-project/box2/releases/download/2.7.0/box-2.7.0.phar -O ./bin/box.phar
21+
chmod a+x ./bin/box.phar
2122
./bin/box.phar build -vv
2223

2324
# To allow checkout gh-pages branch

0 commit comments

Comments
 (0)