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.
2 parents b6ebe0f + f414922 commit 0bc68abCopy full SHA for 0bc68ab
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