Updating deploy script

This commit is contained in:
Dessalines 2021-10-26 20:14:19 -04:00
parent 8d3626b108
commit fa57535f98

View file

@ -1,11 +1,7 @@
#!/bin/bash #!/bin/bash
git submodule update --remote # Update all the submodules and translations
git add lemmy-docs ./update_submodules.sh
git commit -m"Updating docs"
git add joinlemmy-translations
git commit -m"Updating translations"
git push
# look for unused translations # look for unused translations
for langfile in joinlemmy-translations/translations/*.json; do for langfile in joinlemmy-translations/translations/*.json; do