Skip to content

Commit 63df2f2

Browse files
committed
ssh clone
1 parent fa6d445 commit 63df2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-bundle-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Deploy to GitHub Pages
8888
if: success()
8989
run: |
90-
git clone https://github.com/$GITHUB_REPOSITORY.git pages
90+
git clone git@github.com:$GITHUB_REPOSITORY.git pages
9191
cd pages
9292
git checkout gh-pages
9393

0 commit comments

Comments
 (0)