Skip to content
Snippets Groups Projects
Unverified Commit dd5fb0d3 authored by Ismaël Bouya's avatar Ismaël Bouya
Browse files

Try fix CI

parent 2de7ba7a
Branches
No related tags found
1 merge request!10Fix build for pages
...@@ -2,7 +2,7 @@ stages: ...@@ -2,7 +2,7 @@ stages:
- publish - publish
.node: &node .node: &node
image: node:9.6-alpine image: node:14-alpine
tags: tags:
- redshift-docker-runner - redshift-docker-runner
...@@ -11,7 +11,7 @@ pages: ...@@ -11,7 +11,7 @@ pages:
stage: publish stage: publish
script: script:
- npm install marked - npm install marked
- ./node_modules/.bin/marked README.md -o public/index.html - npx marked README.md -o public/index.html
artifacts: artifacts:
untracked: true untracked: true
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment