diff --git a/.github/workflows/add-netlify-links.yml b/.github/workflows/add-netlify-links.yml index 0b4dfd2e8..6b359736e 100644 --- a/.github/workflows/add-netlify-links.yml +++ b/.github/workflows/add-netlify-links.yml @@ -23,7 +23,7 @@ jobs: id: build_page_links run: | new_links="" - base_link='https://deploy-preview-${{ github.event.number }}--app-services.netlify.app' + base_link='https://deploy-preview-${{ github.event.number }}--docs-app-services.netlify.app' changed_files=${{ steps.changed-files.outputs.all_changed_files }} files=$(echo $changed_files | tr "," "\n") for file in $files; do