You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you are using source control like e.g. git, then you can listen to commits via a CI server and trigger npm behaviour as one of the step in the workflow. A good example is github actions. here is an example file if it helps.
It doesnt matter if the site is then running locally, as the index is updated by the CI.
Hello and thanks for this great theme, I'm setting up it.
But I have one question about the algolia searche, like the tile says: I have to re-run the
npm run algolia
when I update the website?If yes, there's a way to keep it always running, and is it correct? I mean like create a .service file like this (sorry I'm not familiar with npm):
thanks!
The text was updated successfully, but these errors were encountered: