We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c741e1 commit e581ab5Copy full SHA for e581ab5
.github/workflows/build-site.yml
@@ -27,7 +27,8 @@ jobs:
27
path: ~/.npm
28
key: npm-${{ hashFiles('package-lock.json') }}
29
restore-keys: npm-
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/
32
- name: Install dependencies
33
run: npm ci --ignore-scripts
34
- run: npm run check-format
0 commit comments