Skip to content

Commit

Permalink
chore: remove unused make targets
Browse files Browse the repository at this point in the history
Docs are now generated using GitHub actions, so these targets are no
longer necessary.
  • Loading branch information
SoManyHs committed Mar 16, 2021
1 parent 6d3fa3d commit f16227e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Makefile
Expand Up @@ -130,22 +130,6 @@ tools:
@echo "Installing custom resource dependencies" &&\
cd ${SOURCE_CUSTOM_RESOURCES} && npm install

# Run the docs locally.
.PHONY: start-docs
start-docs:
cd ${SOURDE_DOCS} &&\
git submodule update --init --recursive &&\
hugo server -D

# Build and minify the documentation to the docs/ directory.
.PHONY: build-docs
build-docs:
cd ${SOURDE_DOCS} &&\
git submodule update --init --recursive &&\
npm install &&\
hugo &&\
cd ..

.PHONY: gen-mocks
gen-mocks: tools
# TODO: make this more extensible?
Expand Down

0 comments on commit f16227e

Please sign in to comment.