Skip to content

Commit 9325b37

Browse files
committed
try new script for publishing docs
1 parent fd52a58 commit 9325b37

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ jobs:
99
steps:
1010
- checkout
1111

12+
- add-ssh-keys:
13+
fingerprints:
14+
- "SO:ME:FIN:G:ER:PR:IN:T"
15+
1216
- restore_cache:
1317
keys:
14-
- v2-dependencies-{{ checksum "yarn.lock" }}
15-
- v2-dependencies-
18+
- v2-dependencies-{{ checksum "yarn.lock" }}
19+
- v2-dependencies-
1620

1721
- run: yarn install
1822

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"precommit": "lint-staged",
2424
"dev": "concurrently \"yarn tsc:main --watch\" \"yarn tsc:example --watch\" \"yarn build:rollup -w\" \"next dev example\"",
2525
"predocs": "yarn build",
26-
"docs": "next build example && DOCS=true next export -o ./docs example && npx git-update-ghpages stipsan/scroll-into-view-if-needed docs",
26+
"docs": "next build example && DOCS=true next export -o ./docs example && npx https://gist.github.com/stipsan/bbf4adcdafd9eabfa6a9a42397a1c1b9",
2727
"prepublishOnly": "yarn build",
2828
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
2929
"test": "yarn tsc:main --noEmit && yarn tsc:example --noEmit",

0 commit comments

Comments
 (0)