Skip to content

Commit 49baea6

Browse files
committed
update GH Pages deploy
1 parent bd15dc7 commit 49baea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
git config --global user.email "thymikee@users.noreply.github.com"
6565
git config --global user.name "Michał Pierzchała"
6666
echo "machine github.com login thymikee password $GITHUB_TOKEN" > ~/.netrc
67-
cd website && yarn install && GIT_USER=thymikee yarn run publish-gh-pages
67+
cd website && yarn install && GIT_USER=thymikee yarn deploy
6868
6969
workflows:
7070
version: 2

0 commit comments

Comments
 (0)