Skip to content

Commit c2b53c0

Browse files
authored
Update add-netlify-links.yml (#90)
1 parent 893e952 commit c2b53c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-netlify-links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
2727
run: |
2828
new_links=""
29-
base_link='https://deploy-preview-${{ github.event.number }}--mongodb-docs-ruby.netlify.app'
29+
base_link='https://deploy-preview-${{ github.event.number }}--docs-ruby.netlify.app'
3030
files=$(echo "$CHANGED_FILES" | tr "," "\n")
3131
for file in $files; do
3232
echo "processing ${file}"

0 commit comments

Comments
 (0)