Skip to content

Commit ebea5b9

Browse files
committed
docs: update github page link and add that deploy to the pipeline
1 parent 68ef2bc commit ebea5b9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
run: |
2929
yarn build
3030
yarn run semantic-release
31+
yarn gh-pages

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[![Edit ReactTooltip](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/heuristic-curran-bddeu?fontsize=14&hidenavigation=1&theme=dark)
1515

16-
Or see it on [Github Page](https://wwayne.github.io/react-tooltip).
16+
Or see it on [Github Page](https://reacttooltip.github.io/react-tooltip/).
1717

1818
## Installation
1919

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"author": "ReactTooltip",
4545
"license": "MIT",
4646
"bugs": {
47-
"url": "https://github.com/wwayne/react-tooltip/issues"
47+
"url": "https://github.com/ReactTooltip/react-tooltip/issues"
4848
},
49-
"homepage": "https://github.com/wwayne/react-tooltip#readme",
49+
"homepage": "https://github.com/ReactTooltip/react-tooltip#readme",
5050
"browserify-shim": {
5151
"react": "global:React",
5252
"react-dom": "global:ReactDOM"

0 commit comments

Comments
 (0)