Skip to content

Commit 83104ab

Browse files
committed
ci: test gh-pages action
1 parent 93a0797 commit 83104ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build docs
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
build-and-deploy:
88
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"prepare": "husky",
1818
"prepublishOnly": "yarn run lint && yarn run build",
19-
"lint": "eslint src && eslint examples",
19+
"lint": "eslint src && eslint stories",
2020
"watch": "tsup --watch",
2121
"build": "tsup --clean",
2222
"dev": "storybook dev -p 6006",

0 commit comments

Comments
 (0)