From 8d108b671a3fe381aa045c656cf48c7c8633de87 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Fri, 3 Jan 2025 16:43:08 -0600 Subject: [PATCH] Turn off upload of docs to (now retired server that used to host) justinsgotskinnylegs.com --- .circleci/config.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4fffc467..4168e16e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,14 +127,9 @@ commands: command: | cd docs asciidoctor -a docinfo=shared index.adoc - - upload_docs_site: - steps: - - run: - name: scp html to justinsgotskinnylegs.com - command: | - cd docs - scp index.html dkelkhoff@45.79.44.221:/mnt/first-volume/dkelkhoff/nginx/html/justinsgotskinnylegs.com/qqq-docs.html + - store_artifacts: + path: index.adoc + when: always jobs: mvn_test: @@ -159,7 +154,6 @@ jobs: steps: - install_asciidoctor - run_asciidoctor - - upload_docs_site workflows: test_only: