You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[ `id -u` -eq 0 ]] || { echo "Expected twentyfour code directory at ${TWENTYFOUR_SRC_DIR} but it doesn't exist. Please adjust the path to your twentyfour source directory in this script."; exit 1; }
fi
if [ ! -d "$GITHUB_PAGES_SRC_DIR" ]; then
# Directory doesn't exist
[[ `id -u` -eq 0 ]] || { echo "Expected 24game.github.io code directory at ${GITHUB_PAGES_SRC_DIR} but it doesn't exist. Please adjust the path to your 24game.github.io source directory in this script."; exit 1; }
fi
echo "Copying ${TWENTYFOUR_SRC_DIR}/public to ${GITHUB_PAGES_SRC_DIR}..."