From a196cafad10b06080e797d3e71f73076048aa1af Mon Sep 17 00:00:00 2001 From: Jon Kafton <939376+jonkafton@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:02:02 +0200 Subject: [PATCH 1/2] Update for Storybook's new home in ol-components --- .github/workflows/publish-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml index d091dc483f..555e03a6a0 100644 --- a/.github/workflows/publish-pages.yml +++ b/.github/workflows/publish-pages.yml @@ -23,7 +23,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 From 2b93abe215778802fb7dae5f0bce37df6633c83a Mon Sep 17 00:00:00 2001 From: Jon Kafton <939376+jonkafton@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:06:42 +0200 Subject: [PATCH 2/2] Give the workflow a name --- .github/workflows/publish-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml index 555e03a6a0..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: