Skip to content

Commit

Permalink
fix(docs): Remove leftover build commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Nov 3, 2023
1 parent 9d206a6 commit d8de9f0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/Earthfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
VERSION 0.7

# cspell: words runable

# Copy all the source we need to build the docs
src:
FROM ../earthly/docs+mkdocs-material
Expand All @@ -19,17 +17,12 @@ docs:

DO ../earthly/docs+BUILD

RUN /scripts/build.sh

SAVE ARTIFACT /site/*

# Make a locally runable container that can serve the docs.
# Make a container that can serve the docs for development purposes.
# This target is only for local developer use.
local:
# Build a self contained service to show built docs locally.
DO ../earthly/docs+PACKAGE

# Copy the static pages into the container
COPY +docs/ /usr/share/nginx/html

# This is a local only image, we do not publish it.
SAVE IMAGE cat-ci-docs:latest

0 comments on commit d8de9f0

Please sign in to comment.