Skip to content

Commit

Permalink
Merge branch 'main' into sulaiman/fer-2377-syndicate-monite-surface-a…
Browse files Browse the repository at this point in the history
…uth-scheme-in-generated-docs
  • Loading branch information
sulaiman-fern committed Aug 1, 2024
2 parents 9642ab6 + c0c793f commit f2f7d28
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@ jobs:
for DOMAIN in ${ALIAS_DOMAINS[@]}; do
if [[ "$DOMAIN" != *"buildwithfern.com"* ]] && [[ "$DOMAIN" != *"vercel.app"* ]]; then
curl -s -X POST "https://$DOMAIN/api/revalidate-all" -H "x-fern-host: $DOMAIN"
echo "Revalidated: $DOMAIN"
if curl -s -X POST "https://$DOMAIN/api/revalidate-all" -H "x-fern-host: $DOMAIN"; then
echo "Revalidated: $DOMAIN"
else
echo "Failed to revalidate $DOMAIN, but continuing with other domains"
fi
fi
done
Expand Down

0 comments on commit f2f7d28

Please sign in to comment.