Build Jekyll site from CI workflow

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Benoit Donneaux 2024-05-22 14:30:15 +02:00
parent 42a6f94691
commit 768c32865c
3 changed files with 10 additions and 2 deletions

View file

@ -44,3 +44,11 @@ jobs:
docker rmi hello-world:latest > /dev/null
docker version
docker compose version
- name: Build Jekyll image
id: build_image
run: |
docker-compose build jekyll
-name: Build Jekyll site
id: build_site
run: |
docker-compose run --rm jekyll build --verbose