mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fix ci build script
This commit is contained in:
parent
d7d7ef566c
commit
1a92f01c41
@ -27,13 +27,7 @@ node_js:
|
|||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
before_script:
|
before_script:
|
||||||
|
|
||||||
# Install bower
|
|
||||||
- npm install -g bower
|
|
||||||
|
|
||||||
# Install project dependencies
|
|
||||||
- npm install
|
- npm install
|
||||||
- bower install
|
|
||||||
|
|
||||||
# Perform build and tests
|
# Perform build and tests
|
||||||
script: gulp build --production
|
script: npm run build
|
Loading…
Reference in New Issue
Block a user