We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893e952 commit c2b53c0Copy full SHA for c2b53c0
.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-ruby.netlify.app'
+ base_link='https://deploy-preview-${{ github.event.number }}--docs-ruby.netlify.app'
30
files=$(echo "$CHANGED_FILES" | tr "," "\n")
31
for file in $files; do
32
echo "processing ${file}"
0 commit comments