fix: Update deployment workflow to use correct hugo_build script and improve logging
This commit is contained in:
+1
-1
@@ -29,6 +29,6 @@ for dir in $(find "$GITHUB_WORKSPACE/websites" -maxdepth 1 -type d | grep -vE '^
|
||||
fi
|
||||
echo "Hugo site built successfully in $dir"
|
||||
else
|
||||
echo "$dir is not a directory"
|
||||
echo "$dir is not a directory, skipping..."
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user