diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml index d091dc483f..a93e84d144 100644 --- a/.github/workflows/publish-pages.yml +++ b/.github/workflows/publish-pages.yml @@ -1,3 +1,5 @@ +name: Publish Storybook + on: # Runs on pushes targeting the default branch push: @@ -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