Skip to content

Commit

Permalink
Merge pull request #782 from aehrc/issue/692
Browse files Browse the repository at this point in the history
Tweak docs deployment workflow v6
  • Loading branch information
fongsean authored May 13, 2024
2 parents ad00db1 + 5f3ccbf commit 46d0926
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/deploy_storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,8 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Use Node.js 18.x
uses: actions/setup-node@v4
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
node-version: 18
cache: npm

- name: Install dependencies
run: npm ci

- name: Build Storybook
run: npm run build-storybook -w packages/smart-forms-renderer
path: packages/smart-forms-renderer/storybook-static
install_command: npm ci
build_command: npm run build-storybook -w packages/smart-forms-renderer

0 comments on commit 46d0926

Please sign in to comment.