Implement Jekyll CI workflow with docker #2
|
@ -24,6 +24,10 @@ jobs:
|
|||
- name: Show readiness
|
||||
id: ready
|
||||
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
|
||||
id: list
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue