You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# set your username as environment variable
$ export USER_NAME=[Your github username]
# generate favicon from your github icon
$ yarn run mkfav
# generate static pages
$ yarn run generate
# deploy to github
$ yarn run deploy