From 150f7df99f9a7f5c2c5227be1831d01b104ae909 Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Tue, 5 Aug 2025 12:47:42 -0400 Subject: [PATCH] minor: list hidden files --- .gitea/workflows/deploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }}