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}"