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:
parent
66b2175584
commit
0592078931
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue