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.
docs-release
1 parent 70a37e5 commit 676ef3cCopy full SHA for 676ef3c
.github/workflows/docs.yml
@@ -53,6 +53,7 @@ jobs:
53
needs: [deploy-precheck]
54
if: ${{ needs.deploy-precheck.outputs.gh-deploy-key == 'true' }}
55
runs-on: ubuntu-latest
56
+ environment: docs-release
57
steps:
58
- uses: actions/checkout@v4
59
with:
@@ -74,8 +75,6 @@ jobs:
74
75
env:
76
USE_SSH: true
77
run: |
- export COCOINDEX_DOCS_POSTHOG_API_KEY=${{ secrets.COCOINDEX_DOCS_POSTHOG_API_KEY }}
78
- export COCOINDEX_DOCS_MIXPANEL_API_KEY=${{ secrets.COCOINDEX_DOCS_MIXPANEL_API_KEY }}
79
git config --global user.email "[email protected]"
80
git config --global user.name "CocoIndex"
81
yarn install --frozen-lockfile
0 commit comments