Skip to content

Commit

Permalink
final improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed May 1, 2024
1 parent 27cd1bb commit 64d9ed6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-all-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
run: |
FILES_WITH_ABS_URLS=$(grep -Erl "https://prisma\.io/docs|https://www\.prisma\.io/docs" content) || echo "no absolute URLs found."
OUTPUT="## Absolute URL check"$'\n'
OUTPUT+="---"$'\n'
SUCCESS=false
if [ -n "${FILES_WITH_ABS_URLS}" ]; then # if there were matching files
OUTPUT+="The following files have absolute URLs to prisma.io/docs. Please replace them with relative URLs."$'\n'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/generate-redirects.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

body="## Redirect check%0A---%0AThis PR probably requires the following redirects to be added to static/_redirects:%0A%0A"
body="## Redirect check%0AThis PR probably requires the following redirects to be added to static/_redirects:%0A%0A"
no_changed_pages="%0A- This PR does not change any pages in a way that would require a redirect."

echo $GITHUB_BASE_REF
Expand Down

0 comments on commit 64d9ed6

Please sign in to comment.