Better runner
Some checks failed
Deploy to School / deploy (push) Failing after 7s

This commit is contained in:
Chewico 2025-09-02 22:42:14 +02:00
parent b7a213878f
commit 878c97b910

View File

@ -9,5 +9,7 @@ jobs:
steps:
- name: Update School repo
run: |
apt update -y
apt install git -y
cd /gits/School
git pull origin main