Skip to content

Commit ec32e11

Browse files
committed
Added docs branch feature
1 parent 9310042 commit ec32e11

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: JamesIves/[email protected]
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
BRANCH: main # The branch the action should deploy to.
21+
BRANCH: docs # The branch the action should deploy to.
2222
FOLDER: docs-build # The folder that the build-storybook script generates files.
2323
CLEAN: true # Automatically remove deleted files from the deploy branch
2424
TARGET_FOLDER: react-usage-bar # The folder that we serve our Storybook files from

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ The tooltip of the item in which are written all the textual info.
137137

138138
## 📖 Docs
139139

140-
<br>
141-
142140
You can run the project in a local enviroment using [Storybook](https://storybook.js.org/):
143141

144142
```

src/UsageBar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const items = [
1111
{
1212
name: "UI",
1313
value: 10,
14-
color: "#E85D04",
14+
color: "#E75D04",
1515
},
1616
{
1717
name: "Photos",

0 commit comments

Comments
 (0)