Skip to content

Commit

Permalink
so i kinda forgot about the workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNewJavaman committed May 19, 2024
1 parent 5b8a92c commit e78ae6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/02-gh-pages-rebuild-part-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/upload-artifact@v3.1.2
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/52-storybook-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
working-directory: frontend
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: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit e78ae6e

Please sign in to comment.