diff --git a/README.md b/README.md index 932bd8df32d..dbe86a4a3c3 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,4 @@ See our updated wiki for full details on contributing to the developer documenta - [Creating a Guide](https://github.com/okta/okta-developer-docs/wiki/Creating-a-Guide) - [Troubleshooting](https://github.com/okta/okta-developer-docs/wiki/Troubleshooting) + diff --git a/scripts/build-preview.sh b/scripts/build-preview.sh index 585d7a0ce7d..20c910e036f 100644 --- a/scripts/build-preview.sh +++ b/scripts/build-preview.sh @@ -39,7 +39,7 @@ if [ -n "$BRANCH" ]; then npx netlify-cli@17.23.5 deploy --alias="${NETLIFY_ALIAS}" --filter @okta/vuepress-site --dir ../packages/@okta/vuepress-site/dist - export PREVIEW_URL="https://${NETLIFY_ALIAS}--${NETLIFY_SITE_NAME}.netlify.app" + export PREVIEW_URL="https://free-trial-qa--reverent-murdock-829d24.netlify.app" echo "Preview link:" echo "${PREVIEW_URL}"