Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 030ba8f

Browse files
authored
remove: old docs generated and fix workflow (#121)
1 parent 536555f commit 030ba8f

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
BRANCH: main # The branch the action should deploy to.
22-
FOLDER: docs # The folder that the build-storybook script generates files.
22+
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: docs # The folder that we serve our Storybook files from

docs/build/main.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:styleguide": "rm -rf docs/*; node docs-sources/generateDocsLinks.js; vue-cli-service lint --fix; INTERNAL_DEPS=1 vue-styleguidist build",
1313
"styleguide": "node docs-sources/generateDocsLinks.js; vue-cli-service lint --fix; INTERNAL_DEPS=1 vue-styleguidist server",
1414
"storybook": "start-storybook -p 6006",
15-
"build-storybook": "build-storybook -o docs -s ./src/stories/assets"
15+
"build-storybook": "build-storybook -o docs-build -s ./src/stories/assets"
1616
},
1717
"main": "dist/Cloudinary.umd.js",
1818
"unpkg": "dist/Cloudinary.umd.min.js",

0 commit comments

Comments
 (0)