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 e87e34b commit 1723ef4
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 @@ -20,6 +20,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 1723ef4

Please sign in to comment.