Skip to content
Snippets Groups Projects
Verified Commit 440a5195 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

fix dep

parent 91598ea6
No related branches found
No related tags found
No related merge requests found
Pipeline #23732 failed
......@@ -8,9 +8,19 @@ index:
stage: index
image:
name: $CI_REGISTRY/r3/apps/zotero
before_script:
- CURRENT_DIR=$(pwd)
script:
- python3 generateIndex.py
artifacts:
paths:
- $CURRENT_DIR/*
untracked: true
expire_in: 1 day
# This will try to build the web site, and store the result in "build" directory
build:
image: $CI_REGISTRY/r3/docker/jekyll-lcsb:1.4
......@@ -19,6 +29,9 @@ build:
- if: $CI_COMMIT_BRANCH == "develop"
- if: $CI_COMMIT_BRANCH == "master"
dependencies:
- index
variables:
JEKYLL_ENV: production
......
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