Skip to content

Commit

Permalink
docs: add smartlook token to docs build (#538)
Browse files Browse the repository at this point in the history
Smartlook token for docs build
  • Loading branch information
HonzaTuron authored Apr 5, 2024
1 parent 5df77ed commit 9d7e859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- name: Build Docusaurus docs
run: npm run build
working-directory: ./website
env:
SMARTLOOK_PROJECT_KEY: ${{ secrets.SMARTLOOK_DOCS_PROJECT_KEY }}

- name: Set up GitHub Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 9d7e859

Please sign in to comment.