From 465c306b15d6a3215f8ee703fe90db89a6281387 Mon Sep 17 00:00:00 2001 From: adk23333 <2633103794@qq.com> Date: Fri, 15 Dec 2023 20:56:43 +0800 Subject: [PATCH] =?UTF-8?q?gitea=20actions=20=E4=BF=AE=E5=A4=8D=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 23d2318..ea213c1 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -29,3 +29,4 @@ jobs: with: folder: dist branch: gh-pages + ssh-key: ${{secrets.DEPLOY_KEY}}