mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
ci: fix path
This commit is contained in:
parent
2442a9e66b
commit
97b1ad8939
@ -2,8 +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/
|
||||
cp -rf ./build/ ./site/static/css/pure/
|
||||
cd site
|
||||
npm install
|
||||
GIT_USER="${GH_NAME}" npm run deploy
|
Loading…
Reference in New Issue
Block a user