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 3 additions and 4 deletions
Showing only changes of commit 42a6f94691 - Show all commits

View File

@ -34,10 +34,9 @@ jobs:
- name: Install docker
id: install_docker
run: |
whoami
apt update
apt list "*docker*"
apt install --quiet docker-compose
apt-get -q update
apt-get -q install -y docker-compose
apt-get -q clean
- name: Verify docker
id: verify_docker
run: |