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 4463082 + 94b8ccb commit ab96dc9Copy full SHA for ab96dc9
submodules_automation.sh
@@ -7,5 +7,5 @@ git pull origin main
7
projects=("UniPath.io" "rowdybot" "react-mui-resume")
8
git submodule foreach git pull origin main
9
for i in "${projects[@]}"; do
10
- rsync submodules/$i/docs/web_docs/* docs/projects/$i
11
-done
+ rsync ./submodules/$i/docs/web_docs/* ./docs/projects/$i
+done
0 commit comments