mirror of
1
0
Fork 0

Fixing pages

This commit is contained in:
Henry Fredrick Schreiner 2018-10-18 14:47:00 +02:00
parent e37c0d1d83
commit 0b24cedd3a
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.DS_Store
/_book/
/node_modules/
/book.pdf

View File

@ -15,7 +15,7 @@ test_code:
- cd ..
pages:
image: node:carbon
image: node:10
stage: deploy
only:
- master
@ -24,7 +24,7 @@ pages:
- node_modules/
before_script:
- npm install gitbook-cli -g #
- gitbook fetch latest
- gitbook fetch 3.2.3
- gitbook install
script:
- gitbook build . public