Skip to content

Commit 3c0e207

Browse files
committed
Merge branch 'refs/heads/edge'
2 parents ff0e6df + 90e094c commit 3c0e207

File tree

6 files changed

+426
-300
lines changed

6 files changed

+426
-300
lines changed

.github/workflows/typedoc_deploy.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ jobs:
1616
node-version: 18.x
1717
cache: 'npm'
1818

19-
- run: npm ci
19+
# until typedoc-inline-sources is updated we need to force install
20+
- run: npm ci --force
2021
- run: npm run build
2122

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

2529
- name: Deploy 🚀

0 commit comments

Comments
 (0)