Files
jekyll-build-pages/entrypoint.sh
2023-07-11 23:30:08 +00:00

17 lines
192 B
Bash

#!/bin/sh
# Set verbose mode
set -x
# Stop executing after error
set -e
# Change permissions
chmod -R a+w /github/workspace
# Use working directory
cd /github/workspace
# Run command
$*