diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml deleted file mode 100644 index eedc584..0000000 --- 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 0d90d41..023f862 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This library is available in three versions, like openchemlib: `react-ocl/minima ## Documentation -See https://zakodium-oss.github.io/react-ocl/ for detailed usage examples. +See https://react-ocl.pages.dev for detailed usage examples. [npm-image]: https://img.shields.io/npm/v/react-ocl.svg [npm-url]: https://npmjs.org/package/react-ocl