From 2442a9e66b310df8ae1845812bc8066f96abee43 Mon Sep 17 00:00:00 2001 From: redonkulus Date: Sat, 16 May 2020 11:21:10 -0700 Subject: [PATCH] ci: add pure dir --- scripts/deploy.sh | 1 + 1 file changed, 1 insertion(+) 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