Skip to content

Commit

Permalink
GITHUB ACTION2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Afsharinejad authored and Ahmad Afsharinejad committed Nov 30, 2023
1 parent 5b83f55 commit b94b2d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
node-version: '18'

- name: Install dependencies
working-directory: ./src/Web
run: npm install

- name: Build Storybook
working-directory: ./src/Web
run: npm run build-storybook

- name: Deploy to GitHub Pages
working-directory: ./src/Web
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b94b2d3

Please sign in to comment.