diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 88d3f0a..c8b2830 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest # Or your specific runner label container: volumes: - - /static:/static + - /mnt/user/static:/static steps: - name: Checkout Code uses: actions/checkout@v4