Skip to content
Snippets Groups Projects
Unverified Commit 52bbda1a 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
No related merge requests found
Pipeline #16236 passed
......@@ -2,7 +2,7 @@ stages:
- publish
.node: &node
image: node:9.6-alpine
image: node:14-alpine
tags:
- redshift-docker-runner
......@@ -11,10 +11,11 @@ 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:
- public
only:
- master
- try_fix_ci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment