diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 4a0b4a7..49ea211 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -6,9 +6,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - run: echo "Deploying WordPress site..." - name: Checkout code uses: actions/checkout@v4 - name: List files in the repository - run: | - ls ${{ gitea.workspace }} + run: ls -la ${{ gitea.workspace }}