mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2025-12-31 20:55:58 -08:00
Update .travis.yml
This commit is contained in:
@@ -3,14 +3,11 @@ node_js: lts/*
|
||||
cache:
|
||||
npm: false
|
||||
before_script:
|
||||
- npm install -g gitbook-cli
|
||||
script:
|
||||
- ls Universal
|
||||
- gitbook install
|
||||
- gitbook build
|
||||
- cp icons/* _book/gitbook/images
|
||||
- yarn install
|
||||
- yarn build
|
||||
deploy:
|
||||
local_dir: _book
|
||||
local_dir: .vuepress/dist/
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
name: Travis Build Bot
|
||||
|
||||
Reference in New Issue
Block a user