Skip to content

Commit

Permalink
meta: fix docs link and publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frysztak committed Nov 17, 2020
1 parent 120aef4 commit 926d416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install and build
- name: Checkout
uses: actions/checkout@v1
uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/

- name: Install and build
run: |
yarn install --frozen-lock-file
yarn build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ debouncing spinners shown when your app is awaiting some API response. However,

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.

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.
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.

## 🏁 Getting Started

Expand Down

0 comments on commit 926d416

Please sign in to comment.