Skip to content
Snippets Groups Projects
Commit b4c990ff authored by Jutta Schnabel's avatar Jutta Schnabel
Browse files

image trouble

parent 723c4c72
No related branches found
No related tags found
No related merge requests found
Pipeline #14426 failed
......@@ -12,6 +12,7 @@ before_script:
- gitbook install # add any requested plugins in book.json
test:
image: node:10
stage: test
script:
- gitbook build . public # build to public path
......@@ -36,6 +37,7 @@ build:
# the 'pages' job will deploy and build your site to the 'public' path
pages:
image: node:10
stage: deploy
script:
- gitbook build . public # build to public path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment