vuepress-theme-cosmos
Version:
Theme for VuePress static site generator used by Comet BFT and Cosmos projects.
30 lines (27 loc) • 604 B
YAML
version: 2
defaults:
working_directory: ~/repo
docker:
- image: circleci/node:current
jobs:
deploy:
<<:
steps:
- checkout
- persist_to_workspace:
root: ~/repo
paths: .
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
name: Publish package
command: npm publish --access public
workflows:
version: 2
deploy:
jobs:
- deploy:
filters:
branches:
only: /master/