Implement Jekyll CI workflow with docker #2

Merged
btlogy merged 60 commits from 1.test-ci into main 2024-05-23 12:16:39 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit f4169d494d - Show all commits

View File

@ -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: |