From 1f3ba71d5ddd2477b0d9f4675356a71f21fca64f Mon Sep 17 00:00:00 2001 From: Ivan Shmidt Date: Wed, 12 Aug 2020 11:37:38 +0200 Subject: [PATCH] fix: rebuild --- .github/workflows/microsite-with-storybook-deploy.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/microsite-with-storybook-deploy.yml b/.github/workflows/microsite-with-storybook-deploy.yml index d4e1c60e48..cccdeb974f 100644 --- a/.github/workflows/microsite-with-storybook-deploy.yml +++ b/.github/workflows/microsite-with-storybook-deploy.yml @@ -66,14 +66,3 @@ jobs: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # BRANCH: gh-pages # FOLDER: ./microsite/build/backstage - - name: move storybook dist into microsite - run: mv packages/storybook/dist/ microsite/build/backstage/storybook - - - name: Check the build output - run: ls microsite/build/backstage && ls microsite/build/backstage/storybook - # - name: deploy storybook to gh-pages - # uses: JamesIves/github-pages-deploy-action@3.4.2 - # with: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # BRANCH: gh-pages - # FOLDER: ./microsite/build/backstage