From 8d96f49a48f1eaf87dddb9934a9ed8b06973902b Mon Sep 17 00:00:00 2001 From: AaronHux Date: Sat, 25 May 2024 22:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 37ca017..c79bc5f 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -11,4 +11,4 @@ jobs: - name: Clone Repository run: git clone http://127.0.0.1:3000/huxin/website.git /opt/workspace/website - name: Deploy - run: cd /opt/workspace/website && ./deploy.sh + run: cd /opt/workspace/website && chmod +x deploy.sh && ./deploy.sh