init backend, fix frontend module (#307)

This commit is contained in:
Silen Naihin
2023-08-15 14:14:35 +01:00
committed by GitHub
parent c59e5fb7d8
commit 8bc3710e23
8 changed files with 37 additions and 6 deletions

View File

@@ -278,10 +278,10 @@ jobs:
poetry run python send_to_googledrive.py || echo "Failed to upload to Google Drive"
echo "Adding skill_tree submodule to update website"
poetry run agbenchmark start --mock
cd agbenchmark/challenges/frontend
cd frontend
git add .
git commit -m "Update website with new skill tree"
cd ../../..
cd ..
exit 0
else
echo "Attempt $(($attempts + 1)) failed. Retrying..."