Skip to content

Commit

Permalink
fix(github/workflows/push): try https for gallery push
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Feb 5, 2021
1 parent ff77c3e commit 6cb73a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
git config user.email github-actions@github.com
git add .
git commit -m "gallery(${GITHUB_SHA}): auto-deploy commit"
git remote add origin git@github.com:airbnb/visx.git
git remote add origin https://github.com/airbnb/visx.git
git push -f origin master:gh-pages
yarn deploy

0 comments on commit 6cb73a3

Please sign in to comment.