Build Jekyll site from CI workflow
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
42a6f94691
commit
768c32865c
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue