Skip to content

Commit 09655ca

Browse files
committed
pipeline debugging
1 parent b6d0a4b commit 09655ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929

3030
- name: Get changed .qmd files on current branch
3131
run: |
32-
git diff --name-only HEAD^ HEAD | grep -E '\.qmd$' > modified_docs_list.txt
32+
(git diff --name-only HEAD^ HEAD | grep -E '\.qmd$' || true) > modified_docs_list.txt
33+
echo "Modified .qmd files:"
3334
cat modified_docs_list.txt
3435
3536
- name: Generate intros and keywords

0 commit comments

Comments
 (0)