Skip to content

Commit

Permalink
ci: add recommended settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Aug 1, 2024
1 parent d36ee1b commit a19337d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ on:
push:
branches:
- "add-storybook-gh-action"

permissions:
contents: read
pages: write
id-token: write

jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
path: storybook-static
build_command: npm run build-storybook

0 comments on commit a19337d

Please sign in to comment.