ci(#10336): fix path
This commit is contained in:
parent
e4f6fac460
commit
d57a504cac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/storybook.yml
vendored
2
.github/workflows/storybook.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
exitZeroOnChanges: false
|
exitZeroOnChanges: false
|
||||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||||
storybookBuildDir: packages/frontend/storybook-static
|
storybookBuildDir: storybook-static
|
||||||
workingDir: packages/frontend
|
workingDir: packages/frontend
|
||||||
- name: Notify on changes
|
- name: Notify on changes
|
||||||
uses: actions/github-script@v6.4.0
|
uses: actions/github-script@v6.4.0
|
||||||
|
|
Loading…
Reference in a new issue