Skip to content

Commit 926d416

Browse files
committed
meta: fix docs link and publish.yml
1 parent 120aef4 commit 926d416

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Install and build
11+
- name: Checkout
1212
uses: actions/checkout@v1
1313
uses: actions/setup-node@v1
1414
with:
1515
node-version: 12
1616
registry-url: https://registry.npmjs.org/
17+
18+
- name: Install and build
1719
run: |
1820
yarn install --frozen-lock-file
1921
yarn build

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ debouncing spinners shown when your app is awaiting some API response. However,
2929

3030
This library aims to avoid both flickering and lingering spinners. It does so by introducing another parameter called `minimalTimeOn`. That's the minimal time spinner will stay on screen.
3131

32-
For more details, see (a very short!) API [docs](https://github.com/frysztak/use-debounced-loader/docs). You can also check out [comparison](https://frysztak.github.io/use-debounced-loader/) with a popular [useDebounce](https://github.com/xnimorz/use-debounce) library.
32+
For more details, see (a very short!) API [docs](https://github.com/frysztak/use-debounced-loader/blob/main/docs/modules/_usedebouncedloader_.md). You can also check out [comparison](https://frysztak.github.io/use-debounced-loader/) with a popular [useDebounce](https://github.com/xnimorz/use-debounce) library.
3333

3434
## 🏁 Getting Started
3535

0 commit comments

Comments
 (0)