List file to see ownership
Jekyll / test-ci-actions (push) Failing after 18s
Details
Jekyll / test-ci-actions (push) Failing after 18s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
3290d8a3ee
commit
3f335ed4d5
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue