Add subtrees and scripts to build and update subtrees

This commit is contained in:
Théo Marchal 2024-04-06 18:38:57 +02:00
parent 2be716bf75
commit 51da3c172d
2 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1,2 @@
docker build -t quartz-jpg ..
docker-compose up -d --force-recreate
docker build -t quartz-jpg .
cd custom && docker-compose up -d --force-recreate

5
custom/update-repos.sh Normal file
View 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