From f8d3e030ef00a53bfdef83391d5d9545f92f88c3 Mon Sep 17 00:00:00 2001 From: suroh Date: Tue, 16 Apr 2024 11:03:23 +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 a9aa859..a48ca44 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest container: volumes: - - /www/${{ gitea.event.repository.name }}:/www/${{ gitea.event.repository.name }} + - /www:/www steps: - name: Clone code to runner uses: actions/checkout@v4