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