Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
🔥 remove storybook deploy on publish
Browse files Browse the repository at this point in the history
remove storybook deploy on publish

🔥 Removing code/files
  • Loading branch information
TimMikeladze committed Dec 29, 2022
1 parent a0a377f commit 9b8c762
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/publish.yml

This file was deleted.

5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Remaining simple at its core, this project is packed with useful tools that enha

- 📝 [Commit-it](https://github.com/TimMikeladze/commit-it/) — A CLI tool to help you write stylish commit messages.
- 🔼 [Release-it](https://github.com/release-it/release-it/) - release-it is a command line tool to automatically generate a new GitHub Release and populates it with the changes (commits) made since the last release.
- 📚 [Deploy storybook via Github Actions](https://docs.github.com/en/actions) - CI/CD workflows for your package. Run tests on every commit plus integrate with Github Releases to automate publishing package to NPM and Storybook to Github Pages.
- 🏗️ [Renovate](https://github.com/renovatebot/renovate) - Universal dependency update tool that fits into your workflows. Configured to periodically check your dependencies for updates and send automated pull requests.

## 🎓 Usage
Expand Down Expand Up @@ -109,9 +108,7 @@ yarn commit

### ✅ Releasing & tagging

Create a semantic version tag and publish to Github Releases. When a new release is detected a Github Action will automatically publish your storybook to Github pages.

As part of this process a git tag will also be created on the current branch.
Create a semantic version tag and publish to Github Releases. As part of this process a git tag will also be created on the current branch.

Learn more about how to use the `release-it` command [here](https://github.com/release-it/release-it).

Expand Down

0 comments on commit 9b8c762

Please sign in to comment.