Skip to content
Snippets Groups Projects
Commit 535153e7 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Add pagification vit gitlab ci

parent 17373168
No related branches found
No related tags found
No related merge requests found
Pipeline #4813 passed
image: node
before_script:
- npm install
cache:
paths:
- node_modules/
pages:
script:
- "node index.js > index.html"
- "mkdir public"
- "mv index.html sorttable.js public/"
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment