File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ jobs:
53
53
id : cache
54
54
with :
55
55
path : ${{ env.pythonLocation }}
56
- key : ${{ runner.os }}-python-docs-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'requirements-docs.txt') }}-v01
56
+ key : ${{ runner.os }}-python-docs-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'requirements-docs.txt') }}-v02
57
57
- name : Install docs extras
58
58
if : steps.cache.outputs.cache-hit != 'true'
59
59
run : pip install -r requirements-docs.txt
60
60
- name : Install Material for MkDocs Insiders
61
- if : ( github.event_name != 'pull_request' || github.secret_source ! = 'Actions' ) && steps.cache.outputs.cache-hit != 'true'
61
+ if : ( github.event_name != 'pull_request' || github.secret_source = = 'Actions' ) && steps.cache.outputs.cache-hit != 'true'
62
62
run : |
63
63
pip install git+https://${{ secrets.TYPER_MKDOCS_MATERIAL_INSIDERS }}@github.com/squidfunk/mkdocs-material-insiders.git
64
64
pip install git+https://${{ secrets.TYPER_MKDOCS_MATERIAL_INSIDERS }}@github.com/pawamoy-insiders/griffe-typing-deprecated.git
71
71
if : github.event_name == 'pull_request' && github.secret_source != 'Actions'
72
72
run : python -m mkdocs build
73
73
- name : Build Docs with Insiders
74
- if : ( github.event_name != 'pull_request' || github.secret_source ! = 'Actions' )
74
+ if : ( github.event_name != 'pull_request' || github.secret_source = = 'Actions' )
75
75
run : python -m mkdocs build --config-file mkdocs.insiders.yml
76
76
77
77
- uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments