We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b310424 commit 91c7b2bCopy full SHA for 91c7b2b
.github/workflows/docs.yml
@@ -25,5 +25,6 @@ jobs:
25
working-directory: 'doc'
26
- run: npm run lint
27
28
- - run: npm run lint:links
29
- working-directory: 'doc'
+ # REMIND: lint:links task is unreliable, enable again when we found a solution
+ #- run: npm run lint:links
30
+ # working-directory: 'doc'
0 commit comments