diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bbe00b5..e206c7d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,11 +6,13 @@ on: jobs: deploy: - runs-on: ubuntu-20.04:host + runs-on: host steps: + - name: Install git on Alpine runner + run: | + apk update + apk add git - name: Update School repo run: | - apt update -y - apt install git -y cd /gits/School git pull origin main