From b779aa96868b2c687d83f78a846ef714989ef82e Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:26:01 -0600 Subject: [PATCH] Update add-netlify-links.yml (#90) (cherry picked from commit c2b53c0748f725fdb23025ab0afcee3b56d90017) --- .github/workflows/add-netlify-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-netlify-links.yml b/.github/workflows/add-netlify-links.yml index 08b0391b..fc228e4f 100644 --- a/.github/workflows/add-netlify-links.yml +++ b/.github/workflows/add-netlify-links.yml @@ -26,7 +26,7 @@ jobs: CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} run: | new_links="" - base_link='https://deploy-preview-${{ github.event.number }}--mongodb-docs-ruby.netlify.app' + base_link='https://deploy-preview-${{ github.event.number }}--docs-ruby.netlify.app' files=$(echo "$CHANGED_FILES" | tr "," "\n") for file in $files; do echo "processing ${file}"