Skip to content

Commit

Permalink
Fix building docs. (#975)
Browse files Browse the repository at this point in the history
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
maciejwalkowiak authored Dec 3, 2023
1 parent bb94631 commit 250575d
Show file tree
Hide file tree
Showing 4 changed files with 494 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build docs
run: ./mvnw clean package javadoc:aggregate -Pdocs,spring -DskipTests=true -e
run: ./mvnw clean package javadoc:aggregate -Pdocs-classic,spring -DskipTests=true -e
- name: Upload to S3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_AWS_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ clean:
mvnd clean

docs:
mvnd verify -Pdocs -DskipTests=true
mvnd verify -Pdocs-classic -DskipTests=true
Loading

0 comments on commit 250575d

Please sign in to comment.