Skip to content

Commit

Permalink
feat(ci): Add analytics vars to ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Jun 25, 2024
1 parent d83ac21 commit 90e094c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/typedoc_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- run: npm run build

- name: Create the docs directory locally in CI
env:
ANALYTICS: ${{ vars.ANALYTICS }}
ANALYTICS_DOMAIN: ${{ vars.ANALYTICS_DOMAIN }}
run: npm run typedoc

- name: Deploy 🚀
Expand Down

0 comments on commit 90e094c

Please sign in to comment.