Skip to content

Commit da189b9

Browse files
committed
Merge branch 'bugfix/fix-storybook-deployment' into q/1.0
2 parents 852dbe9 + d400e3b commit da189b9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
with:
1313
node-version: 20
14-
- run: npm ci
15-
- run: npm run storybook:deploy
14+
- run: |
15+
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
16+
npm ci
17+
npm run storybook:deploy
18+
env:
19+
STORYBOOK_DISABLE_TELEMETRY: 1

0 commit comments

Comments
 (0)