Skip to content

Commit e581ab5

Browse files
committed
Fix git protocol
1 parent 0c741e1 commit e581ab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-site.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
path: ~/.npm
2828
key: npm-${{ hashFiles('package-lock.json') }}
2929
restore-keys: npm-
30-
30+
# fix git protocol https://github.com/orgs/community/discussions/26648#discussioncomment-3252721
31+
- run: git config --global url."[email protected]:".insteadOf git://github.com/
3132
- name: Install dependencies
3233
run: npm ci --ignore-scripts
3334
- run: npm run check-format

0 commit comments

Comments
 (0)