Skip to content

Commit

Permalink
Troubleshoot deploy-github-pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleedesign authored Apr 14, 2024
1 parent 830a6eb commit 1a2e631
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: '20.x'

# Add Storybook build and deploy to GitHub Pages as a step in the workflow
- uses: bitovi/[email protected]
with:
install_command: npm install
build_command: npm run build-storybook
path: storybook-static
checkout: false
checkout: true

0 comments on commit 1a2e631

Please sign in to comment.