diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e62c7f4..427287c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -13,10 +13,10 @@ jobs: volumes: - /data:/data steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - run: git fetch --force --tags + # - uses: actions/checkout@v3 + # with: + # fetch-depth: 0 + # - run: git fetch --force --tags - run: hostname - run: pwd - run: ls -la