0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-25 02:32:52 -05:00

build: remove build step for website

This commit is contained in:
Juan Picado @jotadeveloper 2018-01-10 03:49:12 +01:00
parent 66b2175584
commit 0592078931
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -48,7 +48,7 @@ deployment:
- git config --global user.email "verdacciobot@users.noreply.github.com"
- git config --global user.name "Verdaccio bot 🤖 for Deployments"
- echo "machine github.com login verdacciobot password $GITHUB_TOKEN" > ~/.netrc
- cd website && yarn install && yarn run build && GIT_USER=verdacciobot USE_SSH=false yarn run publish-gh-pages
- cd website && yarn install && GIT_USER=verdacciobot USE_SSH=false yarn run publish-gh-pages
general:
branches:
ignore: