From e8c1898646d277e9ffcf2822a7003c70651db8d0 Mon Sep 17 00:00:00 2001 From: derchris Date: Sun, 5 Apr 2026 13:11:15 +0000 Subject: [PATCH] Update .forgejo/workflows/deploy.yaml --- .forgejo/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 8f7ceba..5f265dc 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -26,11 +26,11 @@ jobs: run: | apt update # For CI actions. - apt install nodejs + apt -y install nodejs # For website build. pip install -r requirements.txt # For uploading. - apt install rsync openssh-client + apt -y install rsync openssh-client - uses: actions/checkout@v6 with: