use link checker
This commit is contained in:
parent
449740835c
commit
cf2800d3eb
2
.github/workflows/page.yml
vendored
2
.github/workflows/page.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
- name: setup、build mdbook
|
- name: setup、build mdbook
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
mdbook build ./docs/
|
mdbook build ./docs/html
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
|
@ -26,9 +26,6 @@ __all__ = ['get_type_hints_',
|
|||||||
'OptionNameNotDefined']
|
'OptionNameNotDefined']
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def get_type_hints_(cls: Type):
|
def get_type_hints_(cls: Type):
|
||||||
try:
|
try:
|
||||||
return get_type_hints(cls)
|
return get_type_hints(cls)
|
||||||
|
@ -18,7 +18,7 @@ import logging
|
|||||||
import functools
|
import functools
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
from typing import List, Callable, Union
|
from typing import List, Callable
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
|
|
||||||
# third function
|
# third function
|
||||||
|
Loading…
Reference in New Issue
Block a user