3 Commits

View File

@@ -7,10 +7,11 @@ set -x
set -e set -e
# Change permissions # Change permissions
chmod -R a+w /github/workspace chmod -R a+w ./
# Use working directory pwd
cd /github/workspace
ls -R
# Run command # Run command
$* jekyll build