Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


2 changes: 1 addition & 1 deletion scripts/build-preview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down