We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d8269 commit 0c9ef22Copy full SHA for 0c9ef22
.github/workflows/add-netlify-links.yml
@@ -26,7 +26,7 @@ jobs:
26
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
27
run: |
28
new_links=""
29
- base_link='https://deploy-preview-${{ github.event.number }}--mongodb-docs-csharp.netlify.app'
+ base_link='https://deploy-preview-${{ github.event.number }}--docs-visual-studio-extension.netlify.app'
30
files=$(echo "$CHANGED_FILES" | tr "," "\n")
31
for file in $files; do
32
echo "processing ${file}"
0 commit comments