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