Skip to content

Commit aa42f12

Browse files
committed
http clone
1 parent da6d549 commit aa42f12

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
# Configure git to use the PAT for cloning and pushing to the gh-pages branch
8888
git config --global url.https://${{ secrets.DOCS_GITHUB_PAT }}@github.com/.insteadOf https://github.com/
8989
90-
git clone git@github.com:$GITHUB_REPOSITORY.git pages
90+
git clone https://github.com/$GITHUB_REPOSITORY.git pages
9191
cd pages
9292
git checkout gh-pages
9393

0 commit comments

Comments
 (0)