Skip to content

Commit a839fbe

Browse files
committed
Remove references to non-existent profile
1 parent e3f7f83 commit a839fbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
# Generate the README.md, CONTRIBUTING.md and the Antora site
4-
./mvnw -pl spring-grpc-docs package antora -P docs
4+
./mvnw -pl spring-grpc-docs package antora docs

spring-grpc-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ The Spring gRPC configuration properties are automatically documented as follows
1515

1616
To build the Antora site locally run the following command from the project root directory:
1717
```
18-
./mvnw -pl spring-grpc-docs process-resources antora -P docs
18+
./mvnw -pl spring-grpc-docs process-resources antora
1919
```
2020
You can then view the output by opening `spring-grpc-docs/target/antora/site/index.html`.

0 commit comments

Comments
 (0)