alpha
Login
or
Join now
foxxmd.dev
/
string-sameness
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
feat(ci): Add analytics vars to ENV
author
FoxxMD
date
2 years ago
(Jun 25, 2024, 9:46 AM -0400)
commit
1723ef45
1723ef45b02f231dbf26896663f359b4afbbec17
parent
e87e34b9
e87e34b932aed732202f38cc44589bae21d4ce36
+3
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
typedoc_deploy.yml
+3
.github/workflows/typedoc_deploy.yml
View file
Reviewed
···
20
20
- run: npm run build
21
21
22
22
- name: Create the docs directory locally in CI
23
23
+
env:
24
24
+
ANALYTICS: ${{ vars.ANALYTICS }}
25
25
+
ANALYTICS_DOMAIN: ${{ vars.ANALYTICS_DOMAIN }}
23
26
run: npm run typedoc
24
27
25
28
- name: Deploy 🚀