OcttKB/GitLab.CrossRepoSync.sh.old
octt 70ef6972d7 Update 4 files
- /GitLab.CrossRepoSync.sh
- /SetupGitProfile.sh
- /GitLab.CrossRepoSync.sh.old
- /GitLab.Main.sh
2023-04-14 16:54:31 +00:00

9 lines
259 B
Bash

#!/bin/sh
TargetRepo="OcttKB.Web"
git clone --depth 1 https://gitlab.com/octtspacc/$TargetRepo ./Repo-$TargetRepo
cd ./Repo-$TargetRepo
cp -v ../Output.tmp/index.html ./public/index.html
git add .
git commit -m "OcttKB Cross-Repo Sync (Raw to HTML)"
git push