mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-01-14 22:18:43 +00:00
Add subtrees and scripts to build and update subtrees
This commit is contained in:
parent
2be716bf75
commit
51da3c172d
@ -1,2 +1,2 @@
|
|||||||
docker build -t quartz-jpg ..
|
docker build -t quartz-jpg .
|
||||||
docker-compose up -d --force-recreate
|
cd custom && docker-compose up -d --force-recreate
|
5
custom/update-repos.sh
Normal file
5
custom/update-repos.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
git fetch convert-furigana main
|
||||||
|
git subtree pull --prefix custom/convert-furigana convert-furigana main --squash
|
||||||
|
|
||||||
|
git fetch convert-usage main
|
||||||
|
git subtree pull --prefix custom/convert-usage convert-usage main --squash
|
Loading…
Reference in New Issue
Block a user