diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e12904c..945c73b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: options: --privileged steps: - name: Set Up Dependencies - run: apk add --no-cache nodejs + run: apk add --no-cache nodejs bash - name: Start Docker run: |