Final GH doc action fixes
This commit is contained in:
1
.github/workflows/documentation-upload.yml
vendored
1
.github/workflows/documentation-upload.yml
vendored
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user