diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index a14974e..f4ed257 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -12,17 +12,17 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Debug - run: | - pwd - ls -la / - ls -la /data - - - name: Show mount - run: | - mount | grep data - df -h - ls -la /data +# - name: Debug +# run: | +# pwd +# ls -la / +# ls -la /data +# +# - name: Show mount +# run: | +# mount | grep data +# df -h +# ls -la /data - name: Clone or Pull env: