List file to see ownership
Jekyll / test-ci-actions (push) Failing after 18s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 14:50:47 +02:00
parent 3290d8a3ee
commit 3f335ed4d5
1 changed files with 2 additions and 2 deletions

View File

@ -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: |