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