Test
Some checks failed
Deploy to School / deploy (push) Failing after 1s

This commit is contained in:
Chewico 2025-09-02 23:07:06 +02:00
parent a08f0e0288
commit 9ab3760314

View File

@ -12,7 +12,12 @@ jobs:
run: |
apk update
apk add git
- name: Update School repo
- name: Go to repo
run: |
cd /gits/School
- name: Tell files
run: |
ls
- name: Pull repo
run: |
git pull origin main