Skip to content

Commit

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

0 comments on commit 2fdee13

Please sign in to comment.