Skip to content

Commit ca7bc78

Browse files
fix(development): delete docs
1 parent 8bc24d3 commit ca7bc78

File tree

55 files changed

+24663
-29708
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+24663
-29708
lines changed

β€Ž.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: '16'
1515
- name: npm Install
16-
run: npm install --legacy-peer-deps
16+
run: npm install
1717
- name: Install dependencies
1818
run: npm ci --legacy-peer-deps #TODO: remove this flag once we get rid of tslint
1919
- name: Prettier check

β€Ž.github/workflows/storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and Deploy
22
on:
33
push:
4-
paths: [".storybook/**", "src/**"] # Trigger the action only when files change in the folders defined here
4+
paths: [".storybook/**", "src/**", "docs/**"] # Trigger the action only when files change in the folders defined here
55
jobs:
66
build-and-deploy:
77
runs-on: ubuntu-latest
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
persist-credentials: false
1313
- name: npm Install
14-
run: npm install --legacy-peer-deps
14+
run: npm install
1515
- name: npm Build
1616
run: npm run build:storybook
1717
- name: Deploy πŸš€
-39.2 KB
Binary file not shown.
-96.3 KB
Binary file not shown.
-30.4 KB
Binary file not shown.
-17 KB
Binary file not shown.

β€Ždocs/82f60bd0b94a1ed68b1e6e309ce2e8c3.svg

Lines changed: 0 additions & 366 deletions
This file was deleted.
-104 KB
Binary file not shown.

β€Ždocs/962a1bf31c081691065fe333d9fa8105.svg

Lines changed: 0 additions & 1518 deletions
This file was deleted.
-27.5 KB
Binary file not shown.

0 commit comments

Comments
Β (0)