Loading .gitlab-ci.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line stages: - build build:lektor: stage: build image: name: nikolaik/python-nodejs entrypoint: /bin/bash before_script: - pipenv install script: - pipenv run lektor build -f webpack -O www artifacts: paths: - www Loading
.gitlab-ci.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line stages: - build build:lektor: stage: build image: name: nikolaik/python-nodejs entrypoint: /bin/bash before_script: - pipenv install script: - pipenv run lektor build -f webpack -O www artifacts: paths: - www