Skip to content
Snippets Groups Projects
Commit 136515f7 authored by mazenovi's avatar mazenovi
Browse files

fix ci

parent ad7a27a3
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -15,6 +15,7 @@ build: ...@@ -15,6 +15,7 @@ build:
stage: build stage: build
script: script:
- apt-get install -y --force-yes build-essential python-dev python-pip git nodejs nodejs-legacy npm - apt-get install -y --force-yes build-essential python-dev python-pip git nodejs nodejs-legacy npm
- pip install --upgrade pip
- pip install --editable . - pip install --editable .
- cd content && npm install && cd .. - cd content && npm install && cd ..
- pelican content - pelican content
......
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