Skip to content

Commit

Permalink
Merge dbe1423 into b0d1b53
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-guilherme authored Feb 7, 2024
2 parents b0d1b53 + dbe1423 commit f46ebd1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/applitools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Archive Storybook
uses: actions/upload-artifact@v2
with:
name: storybook
name: storybook-v2
path: ${{ github.workspace }}/dist

- name: Clean Folders
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Fetch Storybook
uses: actions/download-artifact@v2
with:
name: storybook
name: storybook-v2
path: ${{ github.workspace }}/dist

- name: Restart nginx
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Archive Storybook
uses: actions/upload-artifact@v2
with:
name: storybook
name: storybook-v2
path: ${{ github.workspace }}/dist

- name: Clean Folders
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Fetch Storybook
uses: actions/download-artifact@v2
with:
name: storybook
name: storybook-v2
path: ${{ github.workspace }}/dist

- name: Restart nginx
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Fetch Storybook
uses: actions/download-artifact@v2
with:
name: storybook
name: storybook-v2
path: ${{ github.workspace }}/dist

- name: Restart nginx
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
- name: Fetch Storybook
uses: actions/download-artifact@v2
with:
name: storybook
name: storybook-v2
path: ${{ github.workspace }}/dist

- name: Restart nginx
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Archive Storybook
uses: actions/upload-artifact@v2
with:
name: storybook
name: storybook-v2
path: ${{ github.workspace }}/dist

- name: Clean Folders
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Fetch Storybook
uses: actions/download-artifact@v2
with:
name: storybook
name: storybook-v2
path: ${{ github.workspace }}/gh-docs/${{env.DOCUMENTATION_PUBLISH_FOLDER}}

- name: Push Documentation
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
- name: Fetch Storybook
uses: actions/download-artifact@v2
with:
name: storybook
name: storybook-v2
path: ${{ github.workspace }}/dist

- name: Restart nginx
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
- name: Fetch Storybook
uses: actions/download-artifact@v2
with:
name: storybook
name: storybook-v2
path: ${{ github.workspace }}/dist

- name: Restart nginx
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react-google-charts": "^3.0.15",
"react-outside-click-handler": "^1.3.0",
"react-plotly.js": "^2.5.1",
"react-resize-aware": "^3.1.1",
"react-resize-aware": "3.1.1",
"react-reveal": "^1.2.2",
"react-table": "6.8.6",
"react-table-hoc-fixed-columns": "2.3.4"
Expand Down

0 comments on commit f46ebd1

Please sign in to comment.