Skip to content

Commit bd0aeff

Browse files
committed
pipeline debugging
1 parent f7a85b1 commit bd0aeff

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
with:
2222
fetch-depth: 2
2323

24+
- name: Show commit history
25+
run: git log --oneline -n 5
26+
2427
- name: Get changed .qmd files on current branch
2528
run: |
26-
git diff --name-only HEAD~1 HEAD | grep -E '\.qmd$' > modified_docs_list.txt
29+
git diff --name-only HEAD^ HEAD | grep -E '\.qmd$' > modified_docs_list.txt
2730
cat modified_docs_list.txt
2831
2932
- name: Generate intros and keywords

0 commit comments

Comments
 (0)