Skip to content

Commit

Permalink
update cci
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbuhay committed Aug 24, 2021
1 parent b363df0 commit 56fa571
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
name: 'Deploy static site to gh-pages'
command: |
git checkout gh-pages
git rm docs
git rm -r docs
mv -v .out docs
git add docs
git commit -m "Updated static site to version $CIRCLE_SHA1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ray – WeWork Design System

[![Netlify Status](https://api.netlify.com/api/v1/badges/1fc61cc7-d0e8-4424-977e-8fa3f3a237b2/deploy-status)](https://app.netlify.com/sites/ray-docs/deploys) [![CircleCI](https://circleci.com/gh/wework/ray.svg?style=svg)](https://circleci.com/gh/wework/ray) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Coverage Status](https://coveralls.io/repos/github/wework/ray/badge.svg?branch=master)](https://coveralls.io/github/wework/ray?branch=master) [![NPM Version](https://img.shields.io/npm/v/@wework/ray-core.svg)](https://www.npmjs.com/package/@wework/ray-core) [![Contributors](https://img.shields.io/github/contributors/wework/ray.svg)](#contributors)
[![CircleCI](https://circleci.com/gh/wework/ray.svg?style=svg)](https://circleci.com/gh/wework/ray) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Coverage Status](https://coveralls.io/repos/github/wework/ray/badge.svg?branch=master)](https://coveralls.io/github/wework/ray?branch=master) [![NPM Version](https://img.shields.io/npm/v/@wework/ray-core.svg)](https://www.npmjs.com/package/@wework/ray-core) [![Contributors](https://img.shields.io/github/contributors/wework/ray.svg)](#contributors)

<page-intro>Resources for building interfaces with WeWork's design system. [npm package](https://www.npmjs.com/package/@wework/ray-core)</page-intro>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lerna:clean": "npx lerna run clean",
"lerna:publish": "npx lerna publish --yes",
"lerna:version": "npx lerna version --yes",
"site:build": "yarn clean && yarn build && npx lerna run site:build"
"site:build": "yarn clean && yarn build && npx lerna run netlify:build"
},
"dependencies": {},
"husky": {
Expand Down

0 comments on commit 56fa571

Please sign in to comment.