Skip to content

Commit

Permalink
ci: working-directory for storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Jul 10, 2024
1 parent 20c40fa commit 71eb591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-ui-preview-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
working-directory: packages/ui

- uses: FirebaseExtended/action-hosting-deploy@v0
working-directory: packages/ui
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_PENUMBRA_UI }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-ui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
working-directory: packages/ui

- uses: FirebaseExtended/action-hosting-deploy@v0
working-directory: packages/ui
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_PENUMBRA_UI }}
Expand Down

0 comments on commit 71eb591

Please sign in to comment.