[READ-ONLY] Mirror of https://github.com/FoxxMD/string-sameness. Compare the sameness of two strings foxxmd.github.io/string-sameness/
compare cosine-similarity dice-coefficient levenshtein-distance sameness string text typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

feat(ci): Add analytics vars to ENV

FoxxMD (Jun 25, 2024, 9:46 AM EDT) 1723ef45 e87e34b9

+3
+3
.github/workflows/typedoc_deploy.yml
··· 20 20 - run: npm run build 21 21 22 22 - name: Create the docs directory locally in CI 23 + env: 24 + ANALYTICS: ${{ vars.ANALYTICS }} 25 + ANALYTICS_DOMAIN: ${{ vars.ANALYTICS_DOMAIN }} 23 26 run: npm run typedoc 24 27 25 28 - name: Deploy 🚀