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 da6d549 commit aa42f12Copy full SHA for aa42f12
.github/workflows/deploy-bundle-preview.yml
@@ -87,7 +87,7 @@ jobs:
87
# Configure git to use the PAT for cloning and pushing to the gh-pages branch
88
git config --global url.https://${{ secrets.DOCS_GITHUB_PAT }}@github.com/.insteadOf https://github.com/
89
90
- git clone git@github.com:$GITHUB_REPOSITORY.git pages
+ git clone https://github.com/$GITHUB_REPOSITORY.git pages
91
cd pages
92
git checkout gh-pages
93
0 commit comments