Skip to content

Commit fefdf1b

Browse files
authored
Update add-netlify-links.yml
1 parent 8456332 commit fefdf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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-csharp.netlify.app'
29+
base_link='https://deploy-preview-${{ github.event.number }}--docs-csharp.netlify.app'
3030
files=$(echo "$CHANGED_FILES" | tr "," "\n")
3131
for file in $files; do
3232
echo "processing ${file}"
@@ -55,4 +55,4 @@ jobs:
5555
appendContentOnMatchOnly: true
5656
regexFlags: is
5757
content: "<!-- start insert-links -->\n${{ steps.build_page_links.outputs.staging_links }}\n<!-- end insert-links -->"
58-
token: ${{ secrets.GITHUB_TOKEN }}
58+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)