Skip to content

Commit

Permalink
Change to SSH URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mlr committed Aug 26, 2024
1 parent 114dbe7 commit cee9877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-bundle-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
git config user.email 'github-actions[bot]@users.noreply.github.com'
git commit --allow-empty -m "Auto-deployed from GitHub Actions"
git remote set-url origin https://github.com/${{ github.event.repository.full_name }}.git
git remote set-url origin git@github.com:${{ github.event.repository.full_name }}.git
git push -u origin gh-pages
- name: Obtain GitHub Pages build URL
Expand Down

0 comments on commit cee9877

Please sign in to comment.