From c525ed335eeba39fd3d7e490943a831e9d50cf8c Mon Sep 17 00:00:00 2001 From: suroh Date: Tue, 16 Apr 2024 11:23:32 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 586f039..e529d6b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest container: volumes: - - /www:/www + - /www steps: - name: Clone code to runner uses: actions/checkout@v4