Skip to content

Commit b779aa9

Browse files
mongoKartgithub-actions[bot]
authored andcommitted
Update add-netlify-links.yml (#90)
(cherry picked from commit c2b53c0)
1 parent d05f41a commit b779aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)