Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab4d0614c7 | |||
| 63743ad958 | |||
| 664714f95b |
@@ -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
|
||||||
Reference in New Issue
Block a user