Skip to content

Commit

Permalink
try both builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki committed Jul 1, 2024
1 parent 7b381bb commit 7b87e11
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Build Storybook
run: yarn workspace mit-open build-storybook
- name: Build
run: |
yarn workspace gh-pages build && \
yarn workspace mit-open build-storybook --output-dir ./frontends/gh-pages/build/static/storybook
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./frontends/mit-open/storybook-static
path: ./frontends/gh-pages/build

# Deploy job
deploy:
Expand Down

0 comments on commit 7b87e11

Please sign in to comment.