Skip to content

Commit 0bc68ab

Browse files
authored
Merge pull request #26 from UMLCloudComputing/feat-submodules
fix: More edits to the submodules script
2 parents b6ebe0f + f414922 commit 0bc68ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submodules_automation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ git submodule update --init
88
git submodule foreach git pull origin main
99
projects=("UniPath.io" "rowdybot" "react-mui-resume")
1010
for i in "${projects[@]}"; do
11-
rsync ~/UMLCloudComputing.github.io/submodules/$i/docs/web_docs/* ~/UMLCloudComputing.github.io/docs/projects/$i
11+
rsync submodules/$i/docs/web_docs/* docs/projects/$i
1212
done

0 commit comments

Comments
 (0)