We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ebe0f commit f414922Copy full SHA for f414922
submodules_automation.sh
@@ -8,5 +8,5 @@ git submodule update --init
8
git submodule foreach git pull origin main
9
projects=("UniPath.io" "rowdybot" "react-mui-resume")
10
for i in "${projects[@]}"; do
11
- rsync ~/UMLCloudComputing.github.io/submodules/$i/docs/web_docs/* ~/UMLCloudComputing.github.io/docs/projects/$i
+ rsync submodules/$i/docs/web_docs/* docs/projects/$i
12
done
0 commit comments