Skip to content

Commit 337edef

Browse files
CCM-14029 Drop Docs as its not being used, the README is sufficient for this repo
1 parent 23663df commit 337edef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies: # Install dependencies needed to build and test the project @Pipel
1111
# TODO: Implement installation of your project dependencies
1212

1313
build: # Build the project artefact @Pipeline
14-
(cd docs && make build)
1514

1615
publish: # Publish the project artefact @Pipeline
1716
# TODO: Implement the artefact publishing step
@@ -24,7 +23,6 @@ clean:: # Clean-up project resources (main) @Operations
2423
# TODO: Implement project resources clean-up step
2524

2625
config:: _install-dependencies version # Configure development environment (main) @Configuration
27-
(cd docs && make install)
2826

2927
version:
3028
rm -f .version

0 commit comments

Comments
 (0)