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

add stage of index

parent f1cc9222
No related branches found
No related tags found
No related merge requests found
Pipeline #23730 passed
......@@ -2,9 +2,18 @@
image: git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.4
stages:
- index
- build
- deploy
# This will try to build the web site, and store the result in "build" directory
index:
stage: index
image:
name: $CI_REGISTRY/r3/apps/zotero
script:
- python3 generateIndex.py
# This will try to build the web site, and store the result in "build" directory
build:
stage: build
......
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