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 d5059c6 commit 4ad161dCopy full SHA for 4ad161d
.github/workflows/deploy-bundle-preview.yml
@@ -107,6 +107,8 @@ jobs:
107
git config user.name 'github-actions[bot]'
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
112
git push -u origin gh-pages
113
114
- name: Obtain GitHub Pages build URL
0 commit comments