diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 094d52e..4463036 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -2,6 +2,7 @@ git config --global user.name "${GH_NAME}" git config --global user.email "${GH_EMAIL}" echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc npm run prepare +mkdir ./static/css/pure cp -rf ./build/ ./static/css/pure/ cd site npm install