Fixing pages
This commit is contained in:
parent
e37c0d1d83
commit
0b24cedd3a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
*.DS_Store
|
||||||
/_book/
|
/_book/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/book.pdf
|
/book.pdf
|
||||||
|
@ -15,7 +15,7 @@ test_code:
|
|||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
image: node:carbon
|
image: node:10
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
@ -24,7 +24,7 @@ pages:
|
|||||||
- node_modules/
|
- node_modules/
|
||||||
before_script:
|
before_script:
|
||||||
- npm install gitbook-cli -g #
|
- npm install gitbook-cli -g #
|
||||||
- gitbook fetch latest
|
- gitbook fetch 3.2.3
|
||||||
- gitbook install
|
- gitbook install
|
||||||
script:
|
script:
|
||||||
- gitbook build . public
|
- gitbook build . public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user