-
-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since Spring Cloud moved to Antora and I couldn't get it fully running in Spring Cloud AWS, (see #972), this PR copies docs profile configuration from Spring Cloud Build 4.0.5 to make building old docs run again. Fixes #961
- Loading branch information
1 parent
bb94631
commit 250575d
Showing
4 changed files
with
494 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ clean: | |
mvnd clean | ||
|
||
docs: | ||
mvnd verify -Pdocs -DskipTests=true | ||
mvnd verify -Pdocs-classic -DskipTests=true |
Oops, something went wrong.