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
|
- name: List files in the repository
|
||||||
id: list
|
id: list
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls -lA ${{ gitea.workspace }}
|
||||||
- name: Show status
|
- name: Show status
|
||||||
id: status
|
id: status
|
||||||
run: echo "🍏 This job's status is ${{ job.status }}."
|
run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- name: Build Jekyll image
|
- name: Build Jekyll image
|
||||||
id: build_image
|
id: build_image
|
||||||
run: |
|
run: |
|
||||||
docker-compose build --build-arg uid=0 --build-arg gid=0 jekyll
|
docker-compose build jekyll
|
||||||
- name: Build Jekyll site
|
- name: Build Jekyll site
|
||||||
id: build_site
|
id: build_site
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue