Skip to content

Commit 8ea457f

Browse files
committed
Add info message for non-existent assets dir
1 parent cd237f5 commit 8ea457f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ fi
9494
# Copy dotorg assets to /assets
9595
if [[ -d "$GITHUB_WORKSPACE/$ASSETS_DIR/" ]]; then
9696
rsync -rc "$GITHUB_WORKSPACE/$ASSETS_DIR/" assets/ --delete
97+
else
98+
echo "ℹ︎ No assets directory found; skipping asset copy"
9799
fi
98100

99101
# Add everything and commit to SVN

0 commit comments

Comments
 (0)