Skip to content

Commit

Permalink
workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrksbnc committed Dec 17, 2023
1 parent 6cb769b commit 1ddae7c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ permissions:

jobs:
deploy:
runs-on: ubuntu-latest

environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}

runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.0
uses: bitovi/github-actions-storybook-to-github-pages@v1.2.0
with:
path: storybook-static
path: build
install_command: npm install
build_command: npm run build-storybook

0 comments on commit 1ddae7c

Please sign in to comment.