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