Skip to content

Commit

Permalink
fix docs deploy build dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 committed Nov 26, 2023
1 parent 27214fd commit b1cf04b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,11 @@ jobs:
uses: actions/download-artifact@v3
with:
name: docs-artifacts
path: ./build

- name: 🚀 Deploy to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: ./apps/docs/build
storybookBuildDir: ./build

0 comments on commit b1cf04b

Please sign in to comment.