From 9be0b01696c2fda09b938480b546515636a1d929 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 00:09:47 -0500 Subject: [PATCH] try dis --- .gitea/workflows/deploy.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 619027d..57c7d0d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,14 +8,18 @@ on: jobs: deploy: name: Prepare - runs-on: runner - container: node:18 + runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Install Ansible + shell: bash + run: | + pip3 install ansible + - name: Deploy shell: bash run: |