Skip to content

Commit

Permalink
Update chunk_documents.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferUchiha authored Jul 25, 2024
1 parent 7848248 commit b1933e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chunk_documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Python
uses: actions/[email protected]
with:
Expand All @@ -15,6 +17,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r ./chunker/requirements.txt
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44
- name: List all changed files
env:
Expand Down

0 comments on commit b1933e8

Please sign in to comment.