Skip to content

Commit bbb0c86

Browse files
andrewalexanderAndrew Alexander
andauthored
comment out tj-actions/changed-files (#684)
Co-authored-by: Andrew Alexander <andrewalexander@censys.com>
1 parent ed0209b commit bbb0c86

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/python-ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)