-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manual: Update build scripts in preparation of multi-repo setup
- Loading branch information
octospacc
committed
Feb 28, 2023
1 parent
8e53b8f
commit 16e883d
Showing
5 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/sh | ||
TargetRepo="OcttKB.Raw" | ||
git clone --depth 1 https://gitlab.com/octtspacc/$TargetRepo ./$TargetRepo | ||
cd ./$TargetRepo | ||
rm -rf ./Wiki | ||
tiddlywiki \ | ||
--verbose \ | ||
--load ../public/index.html \ | ||
--output ./Wiki \ | ||
--savewikifolder ./Wiki | ||
git add . | ||
git commit -m "OcttKB Cross-Repo Sync (HTML to Raw)" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters