From 342368890831e8fa353e60ce02a0300d8a94acd7 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Mon, 4 Dec 2023 15:00:43 -0500 Subject: [PATCH] remove uploading of old asciidoc ref docs as the no longer exist --- .github/workflows/continuous-integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e07bbf487..1f0dca2e8 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -56,4 +56,3 @@ jobs: run: | cd target && unzip spring-ai-$PROJECT_VERSION-docs.zip scp -i $HOME/.ssh/key -r api $DOCS_USERNAME@$DOCS_HOST:$DOCS_PATH/$PROJECT_VERSION - scp -i $HOME/.ssh/key -r reference $DOCS_USERNAME@$DOCS_HOST:$DOCS_PATH/$PROJECT_VERSION