Implement Jekyll CI workflow with docker #2
|
@ -24,6 +24,10 @@ jobs:
|
||||||
- name: Show readiness
|
- name: Show readiness
|
||||||
id: ready
|
id: ready
|
||||||
run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
|
- name: Fix file permissions
|
||||||
|
id: fix_permissions
|
||||||
|
run: |
|
||||||
|
chown -R ubuntu:ubuntu .
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
id: list
|
id: list
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue