mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
chore: Add comment to sync-algolia script
This commit is contained in:
parent
0d65b5761b
commit
5045ec3b78
@ -15,6 +15,7 @@ if (
|
||||
}
|
||||
|
||||
function syncAlgolia() {
|
||||
// ALGOLIA_ADMIN_KEY must be added as an environment variable in Travis CI
|
||||
const client = algolia(ALGOLIA_APP_ID, process.env.ALGOLIA_ADMIN_KEY);
|
||||
|
||||
const index = client.initIndex('icons');
|
||||
|
Loading…
Reference in New Issue
Block a user