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 4ad161d commit 114dbe7Copy full SHA for 114dbe7
.github/workflows/deploy-bundle-preview.yml
@@ -108,7 +108,7 @@ jobs:
108
git config user.email 'github-actions[bot]@users.noreply.github.com'
109
git commit --allow-empty -m "Auto-deployed from GitHub Actions"
110
111
- git remote set-url origin https://${{ secrets.DOCS_GITHUB_PAT }}@github.com/${{ github.event.repository.full_name }}.git
+ git remote set-url origin https://github.com/${{ github.event.repository.full_name }}.git
112
git push -u origin gh-pages
113
114
- name: Obtain GitHub Pages build URL
0 commit comments