From 5856726bf37594f81cea103912733e64e53c5a14 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 2 Apr 2023 12:35:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20publish=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index aae0c6e..322dacc 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -11,7 +11,7 @@ jobs: container: silex/emacs:28.1-alpine-ci steps: - name: Install packages - run: apk add --no-cache openssh rsync nodejs + run: apk add --no-cache openssh nodejs - name: Add SSH key run: |