Skip to content

Commit e8e9087

Browse files
committed
fix github action embedding
1 parent 0319e3e commit e8e9087

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate-embeddings.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
id: changed-files
3535
uses: tj-actions/changed-files@v41
3636
with:
37-
files: |
38-
- 'posts/*.md'
37+
files: 'posts/*.md'
3938

4039
- name: Generate embeddings for changed files
4140
if: steps.changed-files.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)