diff --git a/.gitea/workflows/jekyll.yaml b/.gitea/workflows/jekyll.yaml
index 1374abf..f2f2772 100644
--- a/.gitea/workflows/jekyll.yaml
+++ b/.gitea/workflows/jekyll.yaml
@@ -27,7 +27,7 @@ jobs:
       - name: List files in the repository
         id: list
         run: |
-          ls ${{ gitea.workspace }}
+          ls -lA ${{ gitea.workspace }}
       - name: Show status
         id: status
         run: echo "🍏 This job's status is ${{ job.status }}."
@@ -47,7 +47,7 @@ jobs:
       - name: Build Jekyll image
         id: build_image
         run: |
-          docker-compose build --build-arg uid=0 --build-arg gid=0 jekyll
+          docker-compose build jekyll
       - name: Build Jekyll site
         id: build_site
         run: |