Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
馃悰 馃敡 馃挌 馃殌 storybook publish github action
Browse files Browse the repository at this point in the history
storybook publish github action

馃悰 Bugfix, 馃敡 Configuration files, 馃挌 Continuous Integration, 馃殌 Deploying stuff
  • Loading branch information
TimMikeladze committed Dec 29, 2022
1 parent 374447c commit 2f3a590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:

jobs:
publish-storybook:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: yarn
- run: yarn build-storybook
- run: yarn deploy-storybook --ci
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2f3a590

Please sign in to comment.