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 bd15dc7 commit 49baea6Copy full SHA for 49baea6
.circleci/config.yml
@@ -64,7 +64,7 @@ jobs:
64
git config --global user.email "thymikee@users.noreply.github.com"
65
git config --global user.name "Michał Pierzchała"
66
echo "machine github.com login thymikee password $GITHUB_TOKEN" > ~/.netrc
67
- cd website && yarn install && GIT_USER=thymikee yarn run publish-gh-pages
+ cd website && yarn install && GIT_USER=thymikee yarn deploy
68
69
workflows:
70
version: 2
0 commit comments