We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23663df commit 337edefCopy full SHA for 337edef
1 file changed
Makefile
@@ -11,7 +11,6 @@ dependencies: # Install dependencies needed to build and test the project @Pipel
11
# TODO: Implement installation of your project dependencies
12
13
build: # Build the project artefact @Pipeline
14
- (cd docs && make build)
15
16
publish: # Publish the project artefact @Pipeline
17
# TODO: Implement the artefact publishing step
@@ -24,7 +23,6 @@ clean:: # Clean-up project resources (main) @Operations
24
23
# TODO: Implement project resources clean-up step
25
26
config:: _install-dependencies version # Configure development environment (main) @Configuration
27
- (cd docs && make install)
28
29
version:
30
rm -f .version
0 commit comments