-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
so i kinda forgot about the workflows again
- Loading branch information
1 parent
5b8a92c
commit e78ae6e
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ jobs: | |
continue-on-error: true | ||
run: | # Install npm packages and build the Storybook files | ||
npm install | ||
npx build-storybook --docs -o storybook_static -s public | ||
npm run build-storybook -- --docs -o storybook_static | ||
- name: Upload to artifacts | ||
uses: actions/[email protected] | ||
|
@@ -345,7 +345,7 @@ jobs: | |
continue-on-error: true | ||
run: | # Install npm packages and build the Storybook files | ||
npm install | ||
npx build-storybook --docs -o storybook_static_${{ matrix.value.number }} -s public | ||
npm run build-storybook -- --docs -o storybook_static_${{ matrix.value.number }} | ||
- name: Upload Storybook to Artifacts | ||
if: always() # always upload artifacts, even if tests fail | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters