Skip to content

Commit 91c7b2b

Browse files
authored
Disable lint:links task for now (#477)
1 parent b310424 commit 91c7b2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525
working-directory: 'doc'
2626
- run: npm run lint
2727
working-directory: 'doc'
28-
- run: npm run lint:links
29-
working-directory: 'doc'
28+
# REMIND: lint:links task is unreliable, enable again when we found a solution
29+
#- run: npm run lint:links
30+
# working-directory: 'doc'

0 commit comments

Comments
 (0)