Skip to content

Commit 128fb7a

Browse files
committed
HTTP
1 parent cee9877 commit 128fb7a

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
@@ -108,7 +108,7 @@ jobs:
108108
git config user.email 'github-actions[bot]@users.noreply.github.com'
109109
git commit --allow-empty -m "Auto-deployed from GitHub Actions"
110110
111-
git remote set-url origin [email protected]:${{ github.event.repository.full_name }}.git
111+
git remote set-url origin https://github.com/riptano/docs-ui.git
112112
git push -u origin gh-pages
113113
114114
- name: Obtain GitHub Pages build URL

0 commit comments

Comments
 (0)