Final GH doc action fixes

This commit is contained in:
Christian Tzolov
2024-03-15 14:17:57 +01:00
parent cf463c8b4c
commit c45352909e
2 changed files with 2 additions and 3 deletions

View File

@@ -52,5 +52,4 @@ jobs:
unzip spring-ai-$RELEASE_VERSION-docs.zip
ssh -i $HOME/.ssh/key $DOCS_USERNAME@$DOCS_HOST "cd $DOCS_PATH && mkdir -p $RELEASE_VERSION/api"
scp -i $HOME/.ssh/key -r api $DOCS_USERNAME@$DOCS_HOST:$DOCS_PATH/$RELEASE_VERSION
ssh -i $HOME/.ssh/key $DOCS_USERNAME@$DOCS_HOST "rm current && ln -s $RELEASE_VERSION current"