Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Publish Storybook

on:
# Runs on pushes targeting the default branch
push:
Expand All @@ -23,7 +25,7 @@ jobs:
run: yarn install

- name: Build Storybook
run: yarn workspace mit-learn build-storybook
run: yarn workspace ol-components build-storybook

- name: Upload artifact
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
Expand Down
Loading