Skip to content

Commit

Permalink
Documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timwright12 committed Sep 21, 2023
1 parent 7fbd6a3 commit b8c431f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:

- name: Build documentation
working-directory: ./packages/components
run: yarn storybook:build
run: yarn storybook:generate && yarn storybook:build

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: './packages/components'
path: './packages/components/storybook-static'

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit b8c431f

Please sign in to comment.