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 fa6d445 commit 63df2f2Copy full SHA for 63df2f2
.github/workflows/deploy-bundle-preview.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Deploy to GitHub Pages
88
if: success()
89
run: |
90
- git clone https://github.com/$GITHUB_REPOSITORY.git pages
+ git clone git@github.com:$GITHUB_REPOSITORY.git pages
91
cd pages
92
git checkout gh-pages
93
0 commit comments