Skip to content

Commit

Permalink
fix: tried add environment to file, might solve it.
Browse files Browse the repository at this point in the history
followed tips from here:
actions/deploy-pages#271
  • Loading branch information
Bibli2311 committed Jan 6, 2024
1 parent f910db8 commit 197bf94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
jobs:
build-and-deploy-storybook:
runs-on: ubuntu-latest
environment: github-pages

strategy:
matrix:
Expand All @@ -31,4 +32,4 @@ jobs:
id: build-publish
uses: bitovi/[email protected]
with:
path: storybook-static
path: storybook-static

0 comments on commit 197bf94

Please sign in to comment.