mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-27 06:46:22 +03:00
chore: Fix broken link checker
This commit is contained in:
parent
f36282a35a
commit
1d15d7414d
5
.github/workflows/broken-link-checker.yml
vendored
5
.github/workflows/broken-link-checker.yml
vendored
@ -18,4 +18,7 @@ jobs:
|
||||
cache-dependency-path: 'yarn.lock'
|
||||
node-version-file: '.nvmrc'
|
||||
- run: yarn install
|
||||
- run: yarn blc ${{ github.event.inputs.url || 'https://es-toolkit.slash.page' }} --ro
|
||||
- name: Check broken link
|
||||
env:
|
||||
url: ${{ github.event.inputs.url || 'https://es-toolkit.slash.page' }}
|
||||
run: yarn blc $url --ro
|
||||
|
Loading…
Reference in New Issue
Block a user