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