File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,19 @@ jobs:
3737 run : |
3838 poetry install
3939
40- - name : Get all doc files that have changed
41- id : changed_docs
42- uses : tj-actions/changed-files@v41
43- with :
44- files : |
45- docs
40+ # - name: Get all doc files that have changed
41+ # id: changed_docs
42+ # uses: tj-actions/changed-files@v41
43+ # with:
44+ # files: |
45+ # docs
4646
47- - name : Build docs
48- if : steps.changed_docs.outputs.any_changed == 'true' && startsWith(matrix.os, 'ubuntu') && startsWith(matrix.python, '3.10')
49- working-directory : docs
50- run : |
51- poetry run pip install -r requirements.txt
52- poetry run make html
47+ # - name: Build docs
48+ # if: steps.changed_docs.outputs.any_changed == 'true' && startsWith(matrix.os, 'ubuntu') && startsWith(matrix.python, '3.10')
49+ # working-directory: docs
50+ # run: |
51+ # poetry run pip install -r requirements.txt
52+ # poetry run make html
5353
5454 - name : Lint with flake8
5555 if : startsWith(matrix.os, 'ubuntu')
You can’t perform that action at this time.
0 commit comments