Skip to content

Commit b6d0a4b

Browse files
committed
pipeline debugging
1 parent bd0aeff commit b6d0a4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
fetch-depth: 2
2323

24+
- name: Mark repo as safe for Git
25+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
26+
2427
- name: Show commit history
2528
run: git log --oneline -n 5
2629

0 commit comments

Comments
 (0)