We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
We're using netlify to host https://ibis-project.org. The site is built using Quarto which supports Algolia for search.
I would really like to use this plugin, but I cannot figure out how to use for our use case which is calling netlify deploy using netlify-cli.
netlify deploy
netlify-cli
Using netlify auto deploys is untenable for us, because we have oodles of system and Python dependencies needed to build the docs.
I've tried using netlify build, but it requires me to hack in envars into node_modules/@algolia/.env and set ALGOLIA_DEV_ENV=true to trigger a crawl.
node_modules/@algolia/.env
ALGOLIA_DEV_ENV=true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
We're using netlify to host https://ibis-project.org. The site is built using Quarto which supports Algolia for search.
I would really like to use this plugin, but I cannot figure out how to use for our use case which is calling
netlify deploy
usingnetlify-cli
.Using netlify auto deploys is untenable for us, because we have oodles of system and Python dependencies needed to build the docs.
I've tried using netlify build, but it requires me to hack in envars into
node_modules/@algolia/.env
and setALGOLIA_DEV_ENV=true
to trigger a crawl.The text was updated successfully, but these errors were encountered: