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 1 additions and 0 deletions
Showing only changes of commit 5f590082f3 - Show all commits

View File

@ -35,6 +35,7 @@ jobs:
id: install_docker
run: |
whoami
apt update
apt list "*docker*"
apt install --quiet docker-compose
- name: Verify docker