From b2e58eb8257705b0c6eb07da2d06b2bc6c4cb71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 30 Jul 2024 17:43:16 +0200 Subject: [PATCH] docs: move storybook to Cloudflare --- .github/workflows/storybook.yml | 29 ----------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 .github/workflows/storybook.yml diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml deleted file mode 100644 index eedc5843..00000000 --- a/.github/workflows/storybook.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Deploy storybook on GitHub pages - -on: - push: - branches: - - main - -env: - NODE_VERSION: 20.x - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: ${{ env.NODE_VERSION }} - - name: Install dependencies - run: npm install - - name: Build storybook - run: npm run build-storybook - - name: Deploy to GitHub pages - uses: JamesIves/github-pages-deploy-action@releases/v4 - with: - token: ${{ secrets.BOT_TOKEN }} - branch: gh-pages - folder: storybook-static - clean: true diff --git a/README.md b/README.md index 6f60c50b..5381a04e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Check our exhaustive [documentation here](https://react-plot.zakodium.com/). -## [Storybook](https://zakodium-oss.github.io/react-plot/) +## [Storybook](https://react-plot.pages.dev/) ```tsx const Example = () => (