Skip to content

Commit 255e542

Browse files
committed
CI/CD configuration fixes
1 parent 9e98962 commit 255e542

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Generate Reference docs
3232
working-directory: spring-ai-docs
33-
run: mvn site
33+
run: mvn assembly:single
3434

3535
- name: Setup SSH key
3636
env:
@@ -49,8 +49,8 @@ jobs:
4949
DOCS_USERNAME: ${{ secrets.DOCS_USERNAME }}
5050
working-directory: spring-ai-docs/target
5151
run: |
52-
unzip spring-ai-$RELEASE_VERSION-docs.zip
52+
unzip unzip spring-ai-$RELEASE_VERSION-javadocs.zip
5353
ssh -i $HOME/.ssh/key $DOCS_USERNAME@$DOCS_HOST "cd $DOCS_PATH && mkdir $RELEASE_VERSION"
5454
scp -i $HOME/.ssh/key -r api reference $DOCS_USERNAME@$DOCS_HOST:$DOCS_PATH/$RELEASE_VERSION
5555
ssh -i $HOME/.ssh/key $DOCS_USERNAME@$DOCS_HOST rm current && ln -s $RELEASE_VERSION current
56-
56+

0 commit comments

Comments
 (0)