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 ab96dc9 + 46b4505 commit b6ebe0fCopy full SHA for b6ebe0f
submodules_automation.sh
@@ -4,8 +4,9 @@ git pull origin main
4
# ASSUMING ALL PROJECTS HAVE BEEN ADDED AS GIT SUBMODULES
5
# To include a new project into the list of added projects
6
# add it's proper name into the sequence below called `projects`
7
-projects=("UniPath.io" "rowdybot" "react-mui-resume")
+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
- rsync ./submodules/$i/docs/web_docs/* ./docs/projects/$i
11
+ rsync ~/UMLCloudComputing.github.io/submodules/$i/docs/web_docs/* ~/UMLCloudComputing.github.io/docs/projects/$i
12
done
0 commit comments