Skip to content

Commit

Permalink
Skip merge_search script on local previews
Browse files Browse the repository at this point in the history
File was getting too big
  • Loading branch information
WardBrian committed Jan 13, 2025
1 parent 2e2d1bb commit fd1dd7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion merge_docs_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
import pathlib
import argparse
import json

import os
import requests

if not os.getenv("QUARTO_PROJECT_RENDER_ALL"):
print("Quarto not fully rendering, skipping")
exit(0)


DOCS_JSON_URL = "https://mc-stan.org/docs/search.json"

Expand Down

0 comments on commit fd1dd7d

Please sign in to comment.