Skip to content
Snippets Groups Projects
Commit 586f4325 authored by Sebastian Martin Andresen's avatar Sebastian Martin Andresen
Browse files

hexo

parent adef16af
No related branches found
No related tags found
No related merge requests found
Pipeline #23417 passed
image: node:8
before_script:
- npm install hexo-cli -g
- npm install
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
script: hexo deploy
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment