0.1.0 • Published 5 years ago

sins v0.1.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

sins

Build pages from markdown files

.gitlab-ci.yml

image: node:latest

pages:
  script:
  - npm install sins -g
  - sins
  artifacts:
    paths:
    - public
  only:
  - master
0.1.0

5 years ago