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 2769106 commit d053090Copy full SHA for d053090
.github/workflows/build-deploy-book.yml
@@ -72,15 +72,12 @@ jobs:
72
pip install -r requirements.txt
73
74
- name: Get list of changed Python notebooks
75
- id: changed-python-notebooks
76
uses: tj-actions/changed-files@v45
77
with:
78
- since_last_remote_commit: true
79
files: |
80
**.ipynb
81
82
- name: Check for dirty Python notebooks
83
- if: steps.changed-python-notebooks.outputs.any_changed == 'true'
84
env:
85
ALL_CHANGED_FILES: ${{ steps.changed-python-notebooks.outputs.all_changed_files }}
86
run: |
0 commit comments