Updates lib scripts to use sources, not external

This commit is contained in:
Alicia Sykes
2023-04-16 21:14:01 +01:00
parent 09e8f9b6c0
commit 8c221377d2
6 changed files with 13 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ jobs:
run: |
git config --global user.name "Liss-Bot"
git config --global user.email "alicia-gh-bot@mail.as93.net"
git add .
git add templates.json
if git diff --staged --quiet; then
echo "Nothin new added, so nothing to commit, exiting..."
exit 0