Skip to content

Commit 90e094c

Browse files
committed
feat(ci): Add analytics vars to ENV
1 parent d83ac21 commit 90e094c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/typedoc_deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- run: npm run build
2222

2323
- name: Create the docs directory locally in CI
24+
env:
25+
ANALYTICS: ${{ vars.ANALYTICS }}
26+
ANALYTICS_DOMAIN: ${{ vars.ANALYTICS_DOMAIN }}
2427
run: npm run typedoc
2528

2629
- name: Deploy 🚀

0 commit comments

Comments
 (0)