name: Deploy to School on: push: branches: [main] jobs: deploy: runs-on: host steps: - name: Install git on Alpine runner run: | apk update apk add git - name: Go to repo run: | cd /gits/School - name: Tell files run: | ls - name: Pull repo run: | git pull origin main