We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd237f5 commit 8ea457fCopy full SHA for 8ea457f
1 file changed
entrypoint.sh
@@ -94,6 +94,8 @@ fi
94
# Copy dotorg assets to /assets
95
if [[ -d "$GITHUB_WORKSPACE/$ASSETS_DIR/" ]]; then
96
rsync -rc "$GITHUB_WORKSPACE/$ASSETS_DIR/" assets/ --delete
97
+else
98
+ echo "ℹ︎ No assets directory found; skipping asset copy"
99
fi
100
101
# Add everything and commit to SVN
0 commit comments