File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 18181919 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
Original file line number Diff line number Diff 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-
142140You can run the project in a local enviroment using [ Storybook] ( https://storybook.js.org/ ) :
143141
144142```
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments