Skip to content
Snippets Groups Projects
Commit 49655a0d authored by René Schöne's avatar René Schöne
Browse files

try to fix view

parent 8e559a84
No related branches found
No related tags found
No related merge requests found
......@@ -48,13 +48,13 @@ ragdoc_view:
dependencies:
- ragdoc_build
script:
- pwd
- ls -lah
- ( cd src/ && ln -s ../data )
- /ragdoc-view/build-view.sh
- DATA_DIR=$(pwd -P)/data
- cd /ragdoc-view
- ( cd src/ && ln -s $DATA_DIR )
- /ragdoc-view/build-view.sh --output-path=/dist
artifacts:
paths:
- "dist/"
- "/dist/"
pages:
image: python:3.7-alpine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment