Skip to content

Commit a8142b7

Browse files
committed
fixing GH document upload action
1 parent 0e8b696 commit a8142b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
DOCS_USERNAME: ${{ secrets.DOCS_USERNAME }}
5050
working-directory: spring-ai-docs/target
5151
run: |
52-
unzip unzip spring-ai-$RELEASE_VERSION-javadocs.zip
52+
unzip unzip spring-ai-$RELEASE_VERSION-docs.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

0 commit comments

Comments
 (0)