We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83682cd commit f6545b4Copy full SHA for f6545b4
.github/workflows/docs.yml
@@ -61,6 +61,8 @@ jobs:
61
env:
62
USE_SSH: true
63
run: |
64
+ export COCOINDEX_DOCS_POSTHOG_API_KEY=${{ secrets.COCOINDEX_DOCS_POSTHOG_API_KEY }}
65
+ export COCOINDEX_DOCS_MIXPANEL_API_KEY=${{ secrets.COCOINDEX_DOCS_MIXPANEL_API_KEY }}
66
git config --global user.email "[email protected]"
67
git config --global user.name "CocoIndex"
68
yarn install --frozen-lockfile
0 commit comments