Skip to content
Snippets Groups Projects
Verified Commit 7faff902 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(earthly): Add docs command

parent 2474e731
No related branches found
No related tags found
No related merge requests found
VERSION 0.7 VERSION --wait-block 0.7
# images builds all container images in the Repository # images builds all container images in the Repository
images: images:
...@@ -43,3 +43,11 @@ enable-autoupdates: ...@@ -43,3 +43,11 @@ enable-autoupdates:
LOCALLY LOCALLY
ARG --required node ARG --required node
RUN kubectl label node "${node}" upgrade.shivering-isles.com/fedora-autoupdate=true RUN kubectl label node "${node}" upgrade.shivering-isles.com/fedora-autoupdate=true
# docs runs a local mdbook instance using koolbox that will listen on localhost:3000
docs:
WAIT
BUILD ./images/koolbox+install
END
LOCALLY
RUN koolbox mdbook serve docs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment