Try to fix permissions
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
47d6dda81b
commit
944d7ffb40
|
@ -47,7 +47,7 @@ jobs:
|
|||
- name: Build Jekyll image
|
||||
id: build_image
|
||||
run: |
|
||||
docker-compose build jekyll
|
||||
docker-compose build --build-arg _UID=0 --build-arg _GID=0 jekyll
|
||||
- name: Build Jekyll site
|
||||
id: build_site
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue