Skip to content

Commit

Permalink
Fix working directory to get all notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Oct 28, 2024
1 parent 0509c6f commit bc73e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-broken-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
notebook_list: ${{ steps.list_all_notebooks.outputs.notebook_list }}
steps:
- uses: actions/checkout@v4
- name: Filter down to changed notebooks
- name: Get all notebooks
working-directory: ./books
id: list_all_notebooks
run: |
all_notebooks=($(find . -type f -name "*.ipynb"))
Expand Down

0 comments on commit bc73e30

Please sign in to comment.